]> 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)
commitc8ff46032f2290ef848aea9485d376dc156347bd
tree2b202a90f3eacd23cfa10de65e34892c4806e0f4
parentf590e0458edd040efd08ec1cfc006a934d386ecd
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