diff options
author | Matthias Klose <doko@ubuntu.com> | 2010-10-17 10:28:49 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2010-10-17 10:28:49 (GMT) |
commit | 192b714f92de2f08397dba32f6a831b29cce2229 (patch) | |
tree | 62f4defc69173be2edddd9a1d7bb09db6ecece60 /Misc | |
parent | b3b56fcfcb88a5643e3e7c4aa2ab7418166f563c (diff) | |
download | cpython-192b714f92de2f08397dba32f6a831b29cce2229.zip cpython-192b714f92de2f08397dba32f6a831b29cce2229.tar.gz cpython-192b714f92de2f08397dba32f6a831b29cce2229.tar.bz2 |
Merged revisions 81046 from the python2.6 branch:
Issue #8674: Fix incorrect and UB-inducing overflow checks in audioop
module. Thanks Tomas Hoger for the patch.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 6 |
2 files changed, 7 insertions, 0 deletions
@@ -288,6 +288,7 @@ Joerg-Cyril Hoehle Gregor Hoffleit Chris Hoffman Albert Hofkamp +Tomas Hoger Jonathan Hogg Gerrit Holl Rune Holm @@ -9,6 +9,12 @@ What's New in Python 2.5.6c1? *Release date: XX-XXX-2010* +Library +------- + +- Issue #8674: Fixed a number of incorrect or undefined-behaviour-inducing + overflow checks in the audioop module (CVE-2010-1634). + What's New in Python 2.5.5? =========================== |