]> granicus.if.org Git - python/commit
Issue #29145: Fix overflow checks in string, bytearray and unicode.
authorXiang Zhang <angwerzx@126.com>
Mon, 9 Jan 2017 03:13:20 +0000 (11:13 +0800)
committerXiang Zhang <angwerzx@126.com>
Mon, 9 Jan 2017 03:13:20 +0000 (11:13 +0800)
commit7bdb516059fd7c2aded86d8c7a59e4eaa66a97bc
treea08cc33b77cf8b453ac9ccfcb87d4030d9d478f6
parent10434d6cb6c449c79b00919c55c4d8fcbea43526
Issue #29145: Fix overflow checks in string, bytearray and unicode.

Patch by jan matejek and Xiang Zhang.
Misc/NEWS
Objects/bytearrayobject.c
Objects/stringobject.c
Objects/unicodeobject.c