commit | 84af51d1b3a55ea3a0c860bb2f2ff99039d621cd | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sun Jun 28 17:51:40 2015 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sun Jun 28 17:51:40 2015 +0300 |
tree | fd49684a73907ada70386c2539cdf8f2764ab455 | |
parent | d1d4d8ab995b8deaf100cafe609ab55bf5cac46e [diff] |
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.