pidgin/nest

c3b3dcf494c8
Add a bunch of shortcodes to make life easier.

These will need to be abstracted a bit to handle other stuff like libgnt,
gplugin, talkatu, etc, but this is way easier to deal with than it was.

Testing Done:
Ran locally and verified all of the Sourceforge links are working.

Reviewed at https://reviews.imfreedom.org/r/557/
---
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.