diff options
author | Matthias Klose <doko@ubuntu.com> | 2010-01-22 01:13:15 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2010-01-22 01:13:15 (GMT) |
commit | 865e33bb3df3376577db51a8c9392a9d385924fd (patch) | |
tree | 1879ce566fca2b21c0350ddcb4d3287ea84b92e8 /Misc | |
parent | ea26c6c154d35ea38d909568bb9fad6ae86159dd (diff) | |
download | cpython-865e33bb3df3376577db51a8c9392a9d385924fd.zip cpython-865e33bb3df3376577db51a8c9392a9d385924fd.tar.gz cpython-865e33bb3df3376577db51a8c9392a9d385924fd.tar.bz2 |
Merged revisions 77682 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r77682 | matthias.klose | 2010-01-22 02:10:19 +0100 (Fr, 22 Jan 2010) | 10 lines
Merged revisions 77680 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r77680 | matthias.klose | 2010-01-22 01:39:04 +0100 (Fr, 22 Jan 2010) | 3 lines
- Expat: Fix DoS via XML document with malformed UTF-8 sequences
(CVE_2009_3560).
........
................
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -272,6 +272,9 @@ Extension Modules - Issue #6848: Fix curses module build failure on OS X 10.6. +- Expat: Fix DoS via XML document with malformed UTF-8 sequences + (CVE_2009_3560). + Tests ----- |