]> granicus.if.org Git - python/commit
Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 29 Jun 2015 18:18:01 +0000 (21:18 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 29 Jun 2015 18:18:01 +0000 (21:18 +0300)
commitbc9e75ed023ff03f555682e57d25fee32e6548a0
tree5f31459160ab9cae7a005ce01766d834f321e26d
parenta95a476b3ae93d890209e592d675ae64c82e05dc
parent7b6e3b91f54e8fafbb1565a7d0999dec4fca783f
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