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-2016-2368-00
date: 2016-06-21T00:00:00.000Z
cveNumber: cve-2016-2368
talosReportID: talos-2016-0136
summary: Pidgin MXIT g_snprintf Multiple Buffer Overflow Vulnerabilities
discoveredBy: Yves Younan of Cisco Talos
fixedInRelease: 2.11.0
type: security
layout: cve
hidden: true
---
### Description
Data is copied without verifying that it was copied successfully.
### Mitigation
Separate the handling of HTTP headers and body. Check the return value from
`g_vsnprintf()`.