]> granicus.if.org Git - python/commit
Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm()
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 28 Jun 2015 14:55:33 +0000 (17:55 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 28 Jun 2015 14:55:33 +0000 (17:55 +0300)
commitb9b9e7b46a880e7a628a698fd47173b7f7d68870
tree8c1e19dde122daecdf8f4e1ca64bedbfc9ba0093
parenteab770404437bd49ebf897b681221784b0035795
parent449e2be12b654a9b892648ff5496c6d7dfbb85f9
Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm()
functions of the audioop module.
Misc/NEWS
Modules/audioop.c