]> granicus.if.org Git - python/commitdiff
Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 29 Jun 2015 18:18:55 +0000 (21:18 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 29 Jun 2015 18:18:55 +0000 (21:18 +0300)
object now always allocates place for trailing null byte and it's buffer now
is always null-terminated.

1  2 
Misc/NEWS

diff --cc Misc/NEWS
Simple merge