]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
- Mention CVE-2008-5031 in issue #4469.
authorMatthias Klose <doko@ubuntu.com>
Tue, 16 Dec 2008 13:12:32 +0000 (13:12 +0000)
committerMatthias Klose <doko@ubuntu.com>
Tue, 16 Dec 2008 13:12:32 +0000 (13:12 +0000)
Misc/NEWS

index 5d0796b6a73655454624794a90256742f02164c1..b08f8f94e2e1d7f7020621b8899ead99d6edd7a5 100644 (file)
--- 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.