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-2005-1262-00
date: 2005-05-10T00:00:00.000Z
cveNumber: cve-2005-1262
summary: MSN Remote DoS
discoveredBy: Siebe Tolsma
fixedInRelease: 1.3.0
type: security
layout: cve
hidden: true
---
### Description
Potential remote denial of service bug resulting from not checking a pointer
for non-`NULL` before passing it to strncmp, which results in a crash. This can
be triggered by a remote client sending an SLP message with an empty body.
### Mitigation
Check for `NULL` before attempting to use the pointer.