pidgin/nest

Add a blog post about the Facebook page getting republished
default tip
7 weeks ago, Gary Kramlich
1e262de7cb13
Add a blog post about the Facebook page getting republished

Testing Done:
ran `npm run hugo:server` and verified everything looked alright.

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