]> granicus.if.org Git - python/commit
Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes
authorGregory P. Smith <greg@krypto.org>
Wed, 14 Mar 2012 22:28:10 +0000 (15:28 -0700)
committerGregory P. Smith <greg@krypto.org>
Wed, 14 Mar 2012 22:28:10 +0000 (15:28 -0700)
commitd0e1a5b24196208c38d57d4512a6181a0f5dddf7
tree5eb5ee00fbacd3606cdaec6cabe2eb23b39d05e9
parent0e4944911813528c77073c262771eae1e8033f2f
Fixes 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.
Misc/NEWS
Modules/expat/expat.h
Modules/expat/pyexpatns.h
Modules/expat/xmlparse.c
Modules/pyexpat.c