commit | 0d948ac90cc92aa7724a20b47226bf2e512e30ab | [log] [tgz] |
---|---|---|
author | Matthias Klose <doko@ubuntu.com> | Fri Jan 22 00:39:04 2010 +0000 |
committer | Matthias Klose <doko@ubuntu.com> | Fri Jan 22 00:39:04 2010 +0000 |
tree | 31b238bd3c0c6db55a19a82a84e87ab94cec8c51 | |
parent | 3b0f9b01f6e668a526faf01ce70d0fccd76e9f65 [diff] |
- Expat: Fix DoS via XML document with malformed UTF-8 sequences (CVE_2009_3560).
diff --git a/Misc/NEWS b/Misc/NEWS index 7501e87..fa5df7d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -66,6 +66,12 @@ 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 -----