]> granicus.if.org Git - python/commit
Issue #23985: Fix a possible buffer overrun when deleting a slice from the front...
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 19 May 2015 18:55:42 +0000 (20:55 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 19 May 2015 18:55:42 +0000 (20:55 +0200)
commitef64847f7172d74f793cff179c50435e846690a6
treebb73980a0924883ebd84e2bd6f8715c3a937ae93
parent94e44ed517cfce20f75cd1c142768267eb22f10d
parent2545411e2848c50bd4f7345fc76e9d24cd063d32
Issue #23985: Fix a possible buffer overrun when deleting a slice from the front of a bytearray and then appending some other bytes data.

Patch by Martin Panter.
Lib/test/test_bytes.py
Misc/NEWS
Objects/bytearrayobject.c