summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2010-01-22 01:10:19 (GMT)
committerMatthias Klose <doko@ubuntu.com>2010-01-22 01:10:19 (GMT)
commita50ffe5389d5a0f98a35dec1ce1a35b616706199 (patch)
tree6c6a7501d5472d0f8f707171070b362d21a497cf /Misc
parentb660599fda5e848c2da5265f6f47177659c0da26 (diff)
downloadcpython-a50ffe5389d5a0f98a35dec1ce1a35b616706199.zip
cpython-a50ffe5389d5a0f98a35dec1ce1a35b616706199.tar.gz
cpython-a50ffe5389d5a0f98a35dec1ce1a35b616706199.tar.bz2
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 03cd7df..f5275b8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -610,6 +610,9 @@ Extension Modules
- Issue #2389: Array objects are now pickled in a portable manner.
+- Expat: Fix DoS via XML document with malformed UTF-8 sequences
+ (CVE_2009_3560).
+
Build
-----