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 JohnLeitch, python-dev, serhiy.storchaka
Date 2015-06-28.14:57:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150628145657.93714.34613@psf.io>
In-reply-to
Content
New changeset 1f6c096ee772 by Serhiy Storchaka in branch '2.7':
Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm()
https://hg.python.org/cpython/rev/1f6c096ee772

New changeset fd17e168b59f by Serhiy Storchaka in branch '3.4':
Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm()
https://hg.python.org/cpython/rev/fd17e168b59f

New changeset 3039cb5b673c by Serhiy Storchaka in branch '3.5':
Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm()
https://hg.python.org/cpython/rev/3039cb5b673c

New changeset 0e1d9018e74b by Serhiy Storchaka in branch 'default':
Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm()
https://hg.python.org/cpython/rev/0e1d9018e74b
History
Date User Action Args
2015-06-28 14:57:01python-devsetrecipients: + python-dev, serhiy.storchaka, JohnLeitch
2015-06-28 14:57:01python-devlinkissue24456 messages
2015-06-28 14:57:01python-devcreate