]> granicus.if.org Git - python/commit
Issue #22518: Fixed integer overflow issues in "backslashreplace",
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 4 Oct 2014 11:17:50 +0000 (14:17 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 4 Oct 2014 11:17:50 +0000 (14:17 +0300)
commit8d1e18ef1fe692f3b222b45e0f47236f65bbe24a
tree8c7627299f8c82b7affd6202f2ca727bf74682e6
parent90c24c42b2dc912c5b6b2e34d1d4a03a9a7de915
parent2e374098ff791c81576ff2ba2961dc5011a693bf
Issue #22518: Fixed integer overflow issues in "backslashreplace",
"xmlcharrefreplace", and "surrogatepass" error handlers.
Misc/NEWS
Python/codecs.c