pidgin/nest

1f078d295019
Add an alias for /development/wiki/GetABacktrace to the debugging page

Testing Done:
Ran `npm hugo:server` and verified that `/development/wiki/GetABacktrace` redirected to `/development/debugging'

Reviewed at https://reviews.imfreedom.org/r/3029/
---
title: cve-2009-1889-00
date: 2009-05-28T00:00:00.000Z
cveNumber: cve-2009-1889
summary: ICQ parser excessive memory allocation
discoveredBy: Yuriy Kaminskiy
fixedInRelease: 2.5.8
type: security
layout: cve
hidden: true
---
### Description
The ICQ prpl would misparse an incoming ICQ Web Message as an SMS message in
certain circumstances, leading to an excessively large allocation.
### Mitigation
Yuriy's patch corrected the misparsing of such ICQ web messages so they are no
longer treated as SMS messages and added validation to avoid unnecessary memory
allocations.