From: Matthias Klose Date: Tue, 16 Dec 2008 13:12:32 +0000 (+0000) Subject: - Mention CVE-2008-5031 in issue #4469. X-Git-Tag: v2.4.6~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc160b73dbba7327f436734d3732fa94949d778f;p=thirdparty%2FPython%2Fcpython.git - Mention CVE-2008-5031 in issue #4469. --- diff --git a/Misc/NEWS b/Misc/NEWS index 5d0796b6a736..b08f8f94e2e1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -21,7 +21,7 @@ Core and builtins - Issue #4469: Prevent expandtabs() on string and unicode objects from causing a segfault when a large width is passed - on 32-bit platforms. + on 32-bit platforms. CVE-2008-5031. - Issue #4317: Fixed a crash in the imageop.rgb2rgb8() function.