]> 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)
commit75ff65ef963e7127cdb02d48cf0d1fea352a00da
tree5a6de16d28d7c1b241ae78f99a03e10b0eb0ee9c
parenteba63c4203322af73fd2a926bd20edc495717577
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