]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #13612: Fix a buffer overflow in case of a multi-byte encoding.
authorEli Bendersky <eliben@gmail.com>
Sun, 4 Aug 2013 13:09:49 +0000 (06:09 -0700)
committerEli Bendersky <eliben@gmail.com>
Sun, 4 Aug 2013 13:09:49 +0000 (06:09 -0700)
commitb67170114949f13c1eacf6d58a06482bb7b78dd0
tree8c81c6d831745a521a9a86126876b7736c96938b
parent06fbac5ea0aaa30020b87b7abe6a094d65bdcd89
Issue #13612: Fix a buffer overflow in case of a multi-byte encoding.

This is a belated backport of f7b47fb30169; Patch by Serhiy Storchaka.
Lib/test/test_xml_etree.py
Modules/_elementtree.c
Modules/pyexpat.c