]> 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:52:27 +0000 (20:52 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 19 May 2015 18:52:27 +0000 (20:52 +0200)
commit2545411e2848c50bd4f7345fc76e9d24cd063d32
tree5d3ee88c71a59a1848382b99cf112e3194a2635b
parent637144603621d1aa1a702d925de29c480b9f82e9
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