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: independent-20041019-00
date: 2004-10-19T00:00:00.000Z
cveNumber:
talosReportId:
summary: MSN File transfer DOS (malloc error)
discoveredBy: Gaim
fixedInRelease: 1.0.2
type: security
layout: cve
hidden: true
---
### Description
Remote crash. After accepting a file transfer request, Gaim will attempt to
allocate a buffer of a size equal to the entire filesize, this allocation
attempt will cause Gaim to crash if the size exceeds the amount of available
memory.
### Mitigation
Don't allocate a buffer for file transfers.