commit | c610afbca4fdd3e70b804f92b798ffdbc3fcf1bb | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Thu Sep 18 01:27:26 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Thu Sep 18 01:27:26 2008 +0000 |
tree | 6b335c4cfb241cf1fb9d245aec4591c1375ae7cb | |
parent | 308334d6a483b3f2cd0a02837f9af2b141d46c30 [diff] [blame] |
backport r66496: integer overflow in _hashopenssl #3886
diff --git a/Misc/NEWS b/Misc/NEWS index e0e9508..cba0d06 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -173,6 +173,9 @@ Extension Modules ----------------- +- Issue 3886: [CVE-2008-2316] Possible integer overflow in the _hashopenssl + module was closed. + - Issue 1179: [CVE-2007-4965] Integer overflow in imageop module. Also fixes rgbimg module.