]> 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:02:47 +0000 (22:02 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 28 Jan 2012 21:02:47 +0000 (22:02 +0100)
commit04d9dd06aab9be7da27528c124602482cb8a99a2
treecd94abbad9fddb6c77583c0281f61542f1a157a1
parentce816a51112afb28d1a7ea7e2e10af749be9ff28
parent75ff65ef963e7127cdb02d48cf0d1fea352a00da
Issue #13806: The size check in audioop decompression functions was too strict and could reject valid compressed data.
Patch by Oleg Plakhotnyuk.
Misc/NEWS
Modules/audioop.c