[issue5389] Uninitialized variable may be used in PyUnicode_DecodeUTF7Stateful()

Marc-Andre Lemburg report at bugs.python.org
Mon Mar 2 10:00:59 CET 2009


Marc-Andre Lemburg <mal at egenix.com> added the comment:

The UTF-7 codec implementation has a few problems (one of them is that
it is hardly being used, so bugs only get detected very slowly).

issue4426 has a patch with cleaned up and more standards compliant
implementation. Perhaps that also fixes the problem with uninitialized
variables.

----------
nosy: +lemburg

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


More information about the Python-bugs-list mailing list