commit | f5150f375d07d6f372b37b4235a1cb33a8f06e33 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Aug 20 14:56:24 2008 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Aug 20 14:56:24 2008 +0000 |
tree | e99c6b7aa0cd431ce94142705a3025b9901cc65b | |
parent | 534c6e6e622faa08acf3381b5bbf71a9b19b030e [diff] [blame] |
News for the imageop/rgbimg changes.
diff --git a/Misc/NEWS b/Misc/NEWS index 82c579d..d2d58a5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -164,6 +164,9 @@ 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.