summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2010-07-03 13:46:01 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2010-07-03 13:46:01 (GMT)
commit8e42fb7ada3198e66d3f060c5c87c52465a86e36 (patch)
treefc349f23b2b40580ac63a639c26960c80350d914 /Misc
parentf78756a8a84d7d731d87b2a9d7814ee7aeb5a1c4 (diff)
downloadcpython-8e42fb7ada3198e66d3f060c5c87c52465a86e36.zip
cpython-8e42fb7ada3198e66d3f060c5c87c52465a86e36.tar.gz
cpython-8e42fb7ada3198e66d3f060c5c87c52465a86e36.tar.bz2
Merged revisions 82495 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r82495 | victor.stinner | 2010-07-03 15:44:22 +0200 (sam., 03 juil. 2010) | 10 lines Merged revisions 82492 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r82492 | victor.stinner | 2010-07-03 15:36:19 +0200 (sam., 03 juil. 2010) | 3 lines 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 0be6a48..cf9cf74 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -75,7 +75,10 @@ C-API
Library
-------
-- Issue #6589: cleanup asyncore.socket_map in case smtpd.SMTPServer constructor
+- 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 #6589: cleanup asyncore.socket_map in case smtpd.SMTPServer constructor
raises an exception.
- Issue #9075: In the ssl module, remove the setting of a ``debug`` flag