]> 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:41:00 +0000 (14:41 -0700)
committerGregory P. Smith <greg@krypto.org>
Wed, 14 Mar 2012 21:41:00 +0000 (14:41 -0700)
commit373c7409245bb22da1e6e45ba1cb3818904c51a9
tree0046658e32fe2018404b6d03936eab2d3c005092
parent9fd170e2d053bd86592b8728bdd00cf2d2a06d0b
parent8e91cf6a5e5be8f84132498d5654d6ad2e4d54c2
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/pyexpat.c