]> granicus.if.org Git - python/commit
SF bug #1296433 (Expat bug #1515266): Unchecked calls to character data
authorFred Drake <fdrake@acm.org>
Sat, 1 Jul 2006 16:28:20 +0000 (16:28 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 1 Jul 2006 16:28:20 +0000 (16:28 +0000)
commit6ffe499397acfe916202e3e46adfa868e6a307b9
tree4b6104be38e351c8d9bf0ba5d22ba4dac287d08f
parent7596e8342ea34108d773d1802d5147e9884b547f
SF bug #1296433 (Expat bug #1515266): Unchecked calls to character data
handler would cause a segfault.  This merges in Expat's lib/xmlparse.c
revisions 1.154 and 1.155, which fix this and a closely related problem
(the later does not affect Python).

Moved the crasher test to the tests for xml.parsers.expat.
Lib/test/crashers/xml_parsers.py [deleted file]
Lib/test/test_pyexpat.py
Modules/expat/xmlparse.c