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.
Showing
Please register or sign in to comment
object now always allocates place for trailing null byte and it's buffer now is always null-terminated.