From: Matthias Klose Date: Fri, 22 Jan 2010 00:34:48 +0000 (+0000) Subject: - Mention CVE-2009-3720 for change in r74429. X-Git-Tag: v2.7a3~109 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b0f9b01f6e668a526faf01ce70d0fccd76e9f65;p=python - Mention CVE-2009-3720 for change in r74429. --- diff --git a/Misc/NEWS b/Misc/NEWS index 8c41811f00..7501e874ae 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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