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-2011-3184-00
date: 2011-08-20T00:00:00.000Z
cveNumber: cve-2011-3184
summary: Remote crash in MSN protocol plugin
discoveredBy: Marius Wachtler
fixedInRelease: 2.10.0
type: security
layout: cve
hidden: true
---
### Description
Incorrect handling of HTTP 100 responses in the MSN protocol plugin can cause
the application to attempt to access memory that it does not have access to.
This only affects users who have turned on the HTTP connection method for their
accounts (it's off by default). This might only be triggerable by a malicious
server and not a malicious peer. We believe remote code execution is not
possible.
### Mitigation
Correctly take into account the size of HTTP 100 response when parsing server
messages.