summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2008-08-20 14:57:20 (GMT)
committerGuido van Rossum <guido@python.org>2008-08-20 14:57:20 (GMT)
commit84b1e0fde7e764b137e8ed3a1772afd63778a239 (patch)
treed1c4c30212eb2fde32631b47bd16c757afcc84e1
parent73641d7eb49d93e02ea0bc366f872b5581f573f9 (diff)
downloadcpython-84b1e0fde7e764b137e8ed3a1772afd63778a239.zip
cpython-84b1e0fde7e764b137e8ed3a1772afd63778a239.tar.gz
cpython-84b1e0fde7e764b137e8ed3a1772afd63778a239.tar.bz2
News for the imageop fix.
-rw-r--r--Misc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index aa4eb8b..ca30ad5 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.