From: Serhiy Storchaka Date: Sun, 28 Jun 2015 14:56:28 +0000 (+0300) Subject: Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm() X-Git-Tag: v3.6.0a1~2033 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e8d91adfe946807bcd2fd4f40327542eccebe21;p=thirdparty%2FPython%2Fcpython.git Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm() functions of the audioop module. --- 1e8d91adfe946807bcd2fd4f40327542eccebe21