From: Guido van Rossum Date: Wed, 20 Aug 2008 14:57:20 +0000 (+0000) Subject: News for the imageop fix. X-Git-Tag: v2.6b3~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=84b1e0fde7e764b137e8ed3a1772afd63778a239;p=thirdparty%2FPython%2Fcpython.git News for the imageop fix. --- diff --git a/Misc/NEWS b/Misc/NEWS index aa4eb8b7f9a1..ca30ad5a59ce 100644 --- 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.