From: Nick Coghlan Date: Fri, 14 Aug 2009 07:49:48 +0000 (+0000) Subject: Recorded merge of revisions 74429 via svnmerge from X-Git-Tag: v2.6.3rc1~110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=72da8f29a6c42fba3bce0ce2c5dd8e4767cf4b32;p=python Recorded merge of revisions 74429 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r74429 | brett.cannon | 2009-08-14 05:27:12 +1000 (Fri, 14 Aug 2009) | 5 lines Expat could crash if given the wrong kind of input by never stopping its tokenizing step. Thanks to Ivan Krstić for the patch. ........ ---