]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 29 Jun 2015 18:13:54 +0000 (21:13 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 29 Jun 2015 18:13:54 +0000 (21:13 +0300)
commitab766350b665ff2cafb92191a7cd720a1ebf6fe7
tree3aa9a213d1fc8433558ac2861b491337555024e5
parenteabfe8cc0e061081d1cbcef4895a99cf7520e8d1
Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray
object now always allocates place for trailing null byte and it's buffer now
is always null-terminated.
Lib/test/test_bytes.py
Misc/NEWS
Objects/bytearrayobject.c