diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-01-28 21:01:59 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-01-28 21:01:59 (GMT) |
commit | 88c51e8cb12002404b9b1050831bf317a786d6e9 (patch) | |
tree | 9aa85fdae032afa049a23b3be9b16492ba8aa029 /Misc | |
parent | 1abe6cd84245322883982cb7c5e3f9d754ea3171 (diff) | |
download | cpython-88c51e8cb12002404b9b1050831bf317a786d6e9.zip cpython-88c51e8cb12002404b9b1050831bf317a786d6e9.tar.gz cpython-88c51e8cb12002404b9b1050831bf317a786d6e9.tar.bz2 |
Issue #13806: The size check in audioop decompression functions was too strict and could reject valid compressed data.
Patch by Oleg Plakhotnyuk.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -90,6 +90,9 @@ Core and Builtins Library ------- +- Issue #13806: The size check in audioop decompression functions was too + strict and could reject valid compressed data. Patch by Oleg Plakhotnyuk. + - Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. |