]> granicus.if.org Git - python/commit
Issue #27473: Fixed possible integer overflow in bytes and bytearray
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 10 Jul 2016 17:51:35 +0000 (20:51 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 10 Jul 2016 17:51:35 +0000 (20:51 +0300)
commitca0da9b0a3be265b6e0744bba2391d6ae77f47ab
tree7f42eb3c8a3a0e8239977ae1495a8b7bc56127bc
parentce85acff3a28cd4c3ded487bfbc8c8ac5462d4e4
parent06cfb0cd7037795cc7dca2729a241ed2a1fb1628
Issue #27473: Fixed possible integer overflow in bytes and bytearray
concatenations.  Patch by Xiang Zhang.
Misc/NEWS
Objects/bytearrayobject.c
Objects/bytesobject.c