commit | 833beab0e6e55aa0486d7c62acbeb7162da73bad | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Tue Sep 30 01:46:48 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Tue Sep 30 01:46:48 2008 +0000 |
tree | d79c9b6cfae8888f146a15f2b3a0862fdeede0dc | |
parent | a702fd537db5c38838ccbb8188253feeb73dea69 [diff] [blame] |
backport r66689: imageop could segfault due to poor argument validation
diff --git a/Misc/NEWS b/Misc/NEWS index a6ad102..dde30ae 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -190,6 +190,9 @@ 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.