Serhiy Storchaka <[email protected]> added the comment: > I think the same issue also applies to the ASCII decoder in 3.3.
No, the ASCII decoder is not affected by this vulnerability. In a loop, in which unicode_decode_call_errorhandler is called, do not use any cached and not-updatable data. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue14579> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
