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-0891-00
date: 2004-10-19T00:00:00.000Z
cveNumber: cve-2004-0891
summary: MSN SLP buffer overflow
discoveredBy: Gaim
fixedInRelease: 1.0.2
type: security
layout: cve
hidden: true
---
### Description
Buffer overflow. `memcpy` was used without checking the size of the buffer
before copying to it. Additionally, a logic flaw was causing the wrong buffer
to be used as the destination for the copy under certain circumstances.
### Mitigation
Correct the logic to select the correct buffer, and add bounds checking to
prevent malformed messages causing a buffer overflow.