summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2010-07-03 13:36:19 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2010-07-03 13:36:19 (GMT)
commit15e5b1bf0b6d53b8eed2e1c825f37efba64f317e (patch)
tree84f782714b7db5abf674bd44d89cf2f98dc2625f /Misc
parent7b18c93da6ead03e617ca3c35e1c28c5ff815cf5 (diff)
downloadcpython-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/NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1625c0c..ab9e071 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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