This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients alexei.romanov, johan, martin.panter, ned.deily, pitrou, python-dev, serhiy.storchaka, terry.reedy, tim.golden, wolma, zach.ware
Date 2015-05-19.18:55:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150519185548.44677.39710@psf.io>
In-reply-to
Content
New changeset 98c1201d8eea by Antoine Pitrou in branch '3.4':
Issue #23985: Fix a possible buffer overrun when deleting a slice from the front of a bytearray and then appending some other bytes data.
https://hg.python.org/cpython/rev/98c1201d8eea

New changeset 06fab9093973 by Antoine Pitrou in branch 'default':
Issue #23985: Fix a possible buffer overrun when deleting a slice from the front of a bytearray and then appending some other bytes data.
https://hg.python.org/cpython/rev/06fab9093973
History
Date User Action Args
2015-05-19 18:55:51python-devsetrecipients: + python-dev, terry.reedy, pitrou, tim.golden, ned.deily, martin.panter, zach.ware, serhiy.storchaka, wolma, alexei.romanov, johan
2015-05-19 18:55:51python-devlinkissue23985 messages
2015-05-19 18:55:51python-devcreate