From 84b1e0fde7e764b137e8ed3a1772afd63778a239 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 20 Aug 2008 14:57:20 +0000 Subject: [PATCH] News for the imageop fix. --- Misc/NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/Misc/NEWS b/Misc/NEWS index aa4eb8b7f9..ca30ad5a59 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. -- 2.50.1