commit | ab766350b665ff2cafb92191a7cd720a1ebf6fe7 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Mon Jun 29 21:13:54 2015 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Mon Jun 29 21:13:54 2015 +0300 |
tree | 3aa9a213d1fc8433558ac2861b491337555024e5 | |
parent | eabfe8cc0e061081d1cbcef4895a99cf7520e8d1 [diff] |
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.