summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-09-30 01:46:48 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-09-30 01:46:48 (GMT)
commit833beab0e6e55aa0486d7c62acbeb7162da73bad (patch)
treed79c9b6cfae8888f146a15f2b3a0862fdeede0dc /Misc
parenta702fd537db5c38838ccbb8188253feeb73dea69 (diff)
downloadcpython-833beab0e6e55aa0486d7c62acbeb7162da73bad.zip
cpython-833beab0e6e55aa0486d7c62acbeb7162da73bad.tar.gz
cpython-833beab0e6e55aa0486d7c62acbeb7162da73bad.tar.bz2
backport r66689: imageop could segfault due to poor argument validation
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a6ad102..dde30ae 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -190,6 +190,9 @@ Library
Extension Modules
-----------------
+- Security Issue #2: imageop did not validate arguments correctly and could
+ segfault as a result.
+
- Issue 3886: [CVE-2008-2316] Possible integer overflow in the _hashopenssl
module was closed.