]> 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:51:40 +0000 (17:51 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 28 Jun 2015 14:51:40 +0000 (17:51 +0300)
commit84af51d1b3a55ea3a0c860bb2f2ff99039d621cd
treefd49684a73907ada70386c2539cdf8f2764ab455
parentd1d4d8ab995b8deaf100cafe609ab55bf5cac46e
Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm()
functions of the audioop module.  Fixed SystemError when the state is not a
tuple.  Fixed possible memory leak.
Lib/test/test_audioop.py
Misc/NEWS
Modules/audioop.c