]> 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:48:43 +0000 (20:48 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 10 Jul 2016 17:48:43 +0000 (20:48 +0300)
commit06cfb0cd7037795cc7dca2729a241ed2a1fb1628
treebad810ee3e949b78287631096ea2fe6e444c927b
parent537ad7ad9fdefa44fdfd7f5cbee198ad381deb60
Issue #27473: Fixed possible integer overflow in bytes and bytearray
concatenations.  Patch by Xiang Zhang.
Misc/NEWS
Objects/bytearrayobject.c
Objects/bytesobject.c