pidgin/nest

Parents acee48e20a1e
Children 56acee7044a0
Remove independent-20041019-02.md as it was incorrectly labeled and was added as cve-2004-0891-00.md

Testing Done:
Ran locally and verified the dupe was removed.

Reviewed at https://reviews.imfreedom.org/r/489/
--- a/hugo/content/about/security/advisories/independent-20041019-02.md Fri Feb 12 01:55:59 2021 -0600
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
----
-title: independent-20041019-02
-date: 2004-10-19T00:00:00.000Z
-summary: MSN SLP buffer overflow
-discoveredBy: Gaim
-fixedInRelease: 1.0.2
-type: security
-layout: cve
-hidden: true
----
-
-### Description
-
-Buffer overflow. `memcpy` was used without checking the size of the buffer
-before copying to it. Additionally, a logic flaw was causing the wrong buffer
-to be used as the destination for the copy under certain circumstances.
-
-### Mitigation
-
-Correct the logic to select the correct buffer, and add bounds checking to
-prevent malformed messages causing a buffer overflow. Correct the logic to
-select the correct buffer, and add bounds checking to prevent malformed
-messages causing a buffer overflow.
-