diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-07-03 13:36:19 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-07-03 13:36:19 (GMT) |
commit | 15e5b1bf0b6d53b8eed2e1c825f37efba64f317e (patch) | |
tree | 84f782714b7db5abf674bd44d89cf2f98dc2625f /Misc | |
parent | 7b18c93da6ead03e617ca3c35e1c28c5ff815cf5 (diff) | |
download | cpython-15e5b1bf0b6d53b8eed2e1c825f37efba64f317e.zip cpython-15e5b1bf0b6d53b8eed2e1c825f37efba64f317e.tar.gz cpython-15e5b1bf0b6d53b8eed2e1c825f37efba64f317e.tar.bz2 |
Issue #7673: Fix security vulnerability (CVE-2010-2089) in the audioop module,
ensure that the input string length is a multiple of the frame size
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -17,6 +17,9 @@ Core and Builtins Library ------- +- Issue #7673: Fix security vulnerability (CVE-2010-2089) in the audioop + module, ensure that the input string length is a multiple of the frame size + - Issue #9075: In the ssl module, remove the setting of a ``debug`` flag on an OpenSSL structure. @@ -51,7 +54,7 @@ Build Library ------- -- Issue #6589: cleanup asyncore.socket_map in case smtpd.SMTPServer constructor +- Issue #6589: cleanup asyncore.socket_map in case smtpd.SMTPServer constructor raises an exception. - Issue #8959: fix regression caused by using unmodified libffi |