diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-09-30 01:46:48 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-09-30 01:46:48 (GMT) |
commit | 833beab0e6e55aa0486d7c62acbeb7162da73bad (patch) | |
tree | d79c9b6cfae8888f146a15f2b3a0862fdeede0dc /Misc | |
parent | a702fd537db5c38838ccbb8188253feeb73dea69 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |