summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2010-01-22 01:13:15 (GMT)
committerMatthias Klose <doko@ubuntu.com>2010-01-22 01:13:15 (GMT)
commit865e33bb3df3376577db51a8c9392a9d385924fd (patch)
tree1879ce566fca2b21c0350ddcb4d3287ea84b92e8 /Misc
parentea26c6c154d35ea38d909568bb9fad6ae86159dd (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2efa767..74a64f0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
-----