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-1374-00
date: 2009-05-03T00:00:00.000Z
cveNumber: cve-2009-1374
summary: QQ remote DoS
discoveredBy: Ka-Hing Cheung
fixedInRelease: 2.5.6
type: security
layout: cve
hidden: true
---
### Description
`decrypt_out()` always writes 8 bytes past the supplied buffer, which is always
allocated on the stack. We don't believe this can cause anything outside of a
crash.
### Mitigation
`decrypt_out()` is fixed to not write past the end of the buffer.