]> granicus.if.org Git - python/commit
Issue #13806: The size check in audioop decompression functions was too strict and...
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 28 Jan 2012 21:01:59 +0000 (22:01 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 28 Jan 2012 21:01:59 +0000 (22:01 +0100)
commit88c51e8cb12002404b9b1050831bf317a786d6e9
tree9aa85fdae032afa049a23b3be9b16492ba8aa029
parent1abe6cd84245322883982cb7c5e3f9d754ea3171
Issue #13806: The size check in audioop decompression functions was too strict and could reject valid compressed data.
Patch by Oleg Plakhotnyuk.
Lib/test/test_audioop.py
Misc/NEWS
Modules/audioop.c