]> 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:55 +0000 (21:18 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 29 Jun 2015 18:18:55 +0000 (21:18 +0300)
commit81da944d612e01e9a38c5b92336d0856ea134331
treeadb5bf3bb42ac2a7a6921a986844eb09fbc8f484
parentcbc50d96b8b060ef6524439ea293b63514865d81
parentbc9e75ed023ff03f555682e57d25fee32e6548a0
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.
Misc/NEWS