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-1375-00
date: 2009-03-20T00:00:00.000Z
cveNumber: cve-2009-1375
summary: Remote DoS in multiple protocols
discoveredBy: Josef Andrysek
fixedInRelease: 2.5.6
type: security
layout: cve
hidden: true
---
### Description
A buffer maintained by `PurpleCircBuffer` may be corrupted if it's exactly full
and then more bytes are added to it, leading to a crash. This structure is used
by the XMPP and Sametime protocol plugins.
### Mitigation
PurpleCircBuffer now correctly checks bounds.