]> granicus.if.org Git - python/commit
Update the embedded copy of the expat XML parser to 2.1.0. It brings
authorGregory P. Smith <greg@krypto.org>
Sat, 14 Jul 2012 21:12:35 +0000 (14:12 -0700)
committerGregory P. Smith <greg@krypto.org>
Sat, 14 Jul 2012 21:12:35 +0000 (14:12 -0700)
commit64359d203e95f243eec661baa4226509a8bb2909
treebef5640fd71a97f3e4f3602c045ff97241182e90
parent94dc6736bd4a72e9af36d4df1c337bd0db5fd69c
Update the embedded copy of the expat XML parser to 2.1.0.  It brings
with it a vareity of bug fixes, both security and behavior.  See
http://www.libexpat.org/ for the list.

NOTE: I already backported the expat hash randomization fix in March.

Fixes issue #14340.
12 files changed:
Modules/expat/COPYING
Modules/expat/amigaconfig.h
Modules/expat/ascii.h
Modules/expat/expat.h
Modules/expat/expat_external.h
Modules/expat/internal.h
Modules/expat/watcomconfig.h [new file with mode: 0644]
Modules/expat/xmlparse.c
Modules/expat/xmlrole.c
Modules/expat/xmltok.c
Modules/expat/xmltok_impl.c
Modules/expat/xmltok_ns.c