]> 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:00:39 +0000 (15:00 -0700)
committerGregory P. Smith <greg@krypto.org>
Wed, 14 Mar 2012 22:00:39 +0000 (15:00 -0700)
commit70c9c4dca6bcb9b304c48915b32af74d133c01cc
treeced377b024f112cc9cecb46c719582752393cbac
parente7c8fdee18494238cc93eb895001398ceb7d12fb
parent373c7409245bb22da1e6e45ba1cb3818904c51a9
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