[issue6922] Interpreter hangs up while trying to decode invalid utf32 stream.

Georg Brandl report at bugs.python.org
Thu Sep 17 12:04:54 CEST 2009


Georg Brandl <georg at python.org> added the comment:

This patch fixes it (seems like a refactoring oversight, I used the
UTF16 decoder for reference, where it works fine) and adds a test,
assigning to MAL for review.

Marking as a release blocker so that 2.6.3 won't get released without a fix.

----------
assignee:  -> lemburg
keywords: +patch
nosy: +georg.brandl, lemburg
priority:  -> release blocker
resolution:  -> accepted
stage:  -> patch review
type:  -> crash
versions: +Python 2.7, Python 3.0, Python 3.1, Python 3.2
Added file: http://bugs.python.org/file14907/fix-utf32-errorhandling.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6922>
_______________________________________


More information about the Python-bugs-list mailing list