From: Serhiy Storchaka Date: Mon, 29 Jun 2015 18:18:55 +0000 (+0300) Subject: Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray X-Git-Tag: v3.6.0a1~2031 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81da944d612e01e9a38c5b92336d0856ea134331;p=python 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. --- 81da944d612e01e9a38c5b92336d0856ea134331