diff options
author | Matthias Klose <doko@ubuntu.com> | 2010-01-22 00:39:04 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2010-01-22 00:39:04 (GMT) |
commit | 0d948ac90cc92aa7724a20b47226bf2e512e30ab (patch) | |
tree | 31b238bd3c0c6db55a19a82a84e87ab94cec8c51 /Misc | |
parent | 3b0f9b01f6e668a526faf01ce70d0fccd76e9f65 (diff) | |
download | cpython-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/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 ----- |