]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixes issue #14234: CVE-2012-0876: Randomize hashes of xml attributes
authorGregory P. Smith <greg@krypto.org>
Wed, 14 Mar 2012 21:26:55 +0000 (14:26 -0700)
committerGregory P. Smith <greg@krypto.org>
Wed, 14 Mar 2012 21:26:55 +0000 (14:26 -0700)
commit8e91cf6a5e5be8f84132498d5654d6ad2e4d54c2
tree3c473971bf386649c6a8179c48a59146cd85c63e
parent273cd1812a7c8646b52aa3afee1c5db5a0e539d6
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