]> 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:14:06 +0000 (21:14 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 29 Jun 2015 18:14:06 +0000 (21:14 +0300)
commit7b6e3b91f54e8fafbb1565a7d0999dec4fca783f
treef77b8bcb146db9321bad69f307df5c5c642d9cad
parent50373e6c21e933d2fee7039204bdc51c4475d634
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