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-2005-1261-00
date: 2005-05-10T00:00:00.000Z
cveNumber: cve-2005-1261
summary: Remote crash on some protocols
discoveredBy: Stu Tomlinson
fixedInRelease: 1.3.0
type: security
layout: cve
hidden: true
---
### Description
It is possible for a remote user to overflow a static buffer by sending an IM
containing a very large URL (greater than 8192 bytes) to the Gaim user. This is
not possible on all protocols, due to message length restrictions. Jabber are
SILC are known to be vulnerable.
### Mitigation
The URL parsing function was modified to not use a static buffer.