]> granicus.if.org Git - python/commit
Expat could crash if given the wrong kind of input by never stopping its
authorBrett Cannon <bcannon@gmail.com>
Thu, 13 Aug 2009 19:27:12 +0000 (19:27 +0000)
committerBrett Cannon <bcannon@gmail.com>
Thu, 13 Aug 2009 19:27:12 +0000 (19:27 +0000)
commit764465f31506601d7e3e8a56ecf576caed09bf15
tree5819594bea0ab8f40f214a516a50b3fea6c2cf9a
parentc4ad0345cf7789dc432ff57ab644db230d8baf1c
Expat could crash if given the wrong kind of input by never stopping its
tokenizing step.

Thanks to Ivan Krstić for the patch.
Lib/test/test_pyexpat.py
Misc/ACKS
Misc/NEWS
Modules/expat/xmltok_impl.c