From: Guido van Rossum Date: Wed, 20 Aug 2008 14:56:24 +0000 (+0000) Subject: News for the imageop/rgbimg changes. X-Git-Tag: v2.5.3c1~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f5150f375d07d6f372b37b4235a1cb33a8f06e33;p=python News for the imageop/rgbimg changes. --- diff --git a/Misc/NEWS b/Misc/NEWS index 82c579d0b8..d2d58a5473 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -164,6 +164,9 @@ Library Extension Modules ----------------- +- Issue 1179: [CVE-2007-4965] Integer overflow in imageop module. + Also fixes rgbimg module. + - Issue #3205: When iterating over a BZ2File fails allocating memory, raise a MemoryError rather than silently stop the iteration.