]> granicus.if.org Git - python/commit
- Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes in the hash
authorBarry Warsaw <barry@python.org>
Thu, 15 Mar 2012 00:10:41 +0000 (17:10 -0700)
committerBarry Warsaw <barry@python.org>
Thu, 15 Mar 2012 00:10:41 +0000 (17:10 -0700)
commite9bc2f773ff86780ca86a36a21d43f3ecfd61357
tree0510de2ae6b2ca168cf43974d3eb8cccc5478660
parent6707826c66030fdf61f860553823f024aacd4969
- 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