diff options
author | Matthias Klose <doko@ubuntu.com> | 2010-01-22 00:34:48 +0000 |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2010-01-22 00:34:48 +0000 |
commit | 3b0f9b01f6e668a526faf01ce70d0fccd76e9f65 (patch) | |
tree | 2dcf71659402eda42722e38419ab619b6d8378f5 | |
parent | 77a64e7159b3efc7c41d340a87d98a03759824a0 (diff) | |
download | cpython-git-3b0f9b01f6e668a526faf01ce70d0fccd76e9f65.tar.gz |
- Mention CVE-2009-3720 for change in r74429.
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1908,7 +1908,7 @@ Extension Modules - Issue #6848: Fix curses module build failure on OS X 10.6. - Fix a segfault in expat when given a specially crafted input lead to the - tokenizer not stopping. + tokenizer not stopping. CVE-2009-3720. - Issue #6561: '\d' in a regex now matches only characters with Unicode category 'Nd' (Number, Decimal Digit). Previously it also |