]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
News for the imageop fix.
authorGuido van Rossum <guido@python.org>
Wed, 20 Aug 2008 14:57:20 +0000 (14:57 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 20 Aug 2008 14:57:20 +0000 (14:57 +0000)
Misc/NEWS

index aa4eb8b7f9a1596bfe1cdf7f8bb5906d0db6786c..ca30ad5a59ce04958c33c564c04e3815d515c269 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -405,6 +405,7 @@ Core and Builtins
 
 Extension Modules
 -----------------
+- Issue #1179: [CVE-2007-4965] Integer overflow in imageop module.
 
 - Issue #3116:  marshal.dumps() had quadratic behavior for strings > 32Mb.