]> granicus.if.org Git - python/commit
Issue #27473: Fixed possible integer overflow in str, unicode and bytearray
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 12 Jul 2016 12:46:57 +0000 (15:46 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 12 Jul 2016 12:46:57 +0000 (15:46 +0300)
commit373773d5b2790a65ad99a0b855709245544afc30
tree2f129ce993ce14e8e80ca1bc73eb02c88d72b64f
parentbf2dca96fbda4193552a56f7f1258ba5d16f2a60
Issue #27473: Fixed possible integer overflow in str, unicode and bytearray
concatenations and repetitions.  Based on patch by Xiang Zhang.
Misc/NEWS
Objects/bytearrayobject.c
Objects/stringobject.c
Objects/unicodeobject.c