summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2010-01-22 00:39:04 (GMT)
committerMatthias Klose <doko@ubuntu.com>2010-01-22 00:39:04 (GMT)
commit0d948ac90cc92aa7724a20b47226bf2e512e30ab (patch)
tree31b238bd3c0c6db55a19a82a84e87ab94cec8c51 /Misc
parent3b0f9b01f6e668a526faf01ce70d0fccd76e9f65 (diff)
downloadcpython-0d948ac90cc92aa7724a20b47226bf2e512e30ab.zip
cpython-0d948ac90cc92aa7724a20b47226bf2e512e30ab.tar.gz
cpython-0d948ac90cc92aa7724a20b47226bf2e512e30ab.tar.bz2
- Expat: Fix DoS via XML document with malformed UTF-8 sequences
(CVE_2009_3560).
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7501e87..fa5df7d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -66,6 +66,12 @@ Library
Extension extra options may change the output without changing the .c
file). Initial patch by Collin Winter.
+Extension Modules
+-----------------
+
+- Expat: Fix DoS via XML document with malformed UTF-8 sequences
+ (CVE_2009_3560).
+
Build
-----