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-2004-0785-02
date: 2004-08-26T00:00:00.000Z
cveNumber: cve-2004-0785
summary: RTF message buffer overflow
discoveredBy: Sean (infamous42md)
fixedInRelease: 0.82
type: security
layout: cve
hidden: true
---
### Description
Buffer overflow. There are some loops that read into fixed-sized buffers and
do not check to make sure they are not writing too much.
### Mitigation
Added bounds checking to the two loops.