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-2009-1374-00
date: 2009-05-03T00:00:00.000Z
cveNumber: cve-2009-1374
summary: QQ remote DoS
discoveredBy: Ka-Hing Cheung
fixedInRelease: 2.5.6
type: security
layout: cve
hidden: true
---
### Description
`decrypt_out()` always writes 8 bytes past the supplied buffer, which is always
allocated on the stack. We don't believe this can cause anything outside of a
crash.
### Mitigation
`decrypt_out()` is fixed to not write past the end of the buffer.