From: Gregory P. Smith Date: Wed, 14 Mar 2012 21:58:22 +0000 (-0700) Subject: move the Misc/NEWS entry to the right section. X-Git-Tag: v3.1.5rc2^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1be7cd0a7860851bdf4079d58583cc1a66c9ae63;p=thirdparty%2FPython%2Fcpython.git move the Misc/NEWS entry to the right section. --- diff --git a/Misc/NEWS b/Misc/NEWS index 88ef91ead0af..935b0672c541 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -15,14 +15,14 @@ Core and Builtins service attacks due to hash collisions within the dict and set types. Patch by David Malcolm, based on work by Victor Stinner. +Library +------- + - Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes in the hash table internal to the pyexpat module's copy of the expat library to avoid a denial of service due to hash collisions. Patch by David Malcolm with some modifications by the expat project. -Library -------- - - Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer upon malformed POST request.