summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-09-18 01:22:16 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-09-18 01:22:16 (GMT)
commit8c2b7dc46360f5610e25476c4dc0680ea3b06234 (patch)
tree82a11fe0991ba2d04666e86d94f0a5066f2a3f90 /Misc
parentb8966ab7538c4a4739a78a93bdeee508ed663d53 (diff)
downloadcpython-8c2b7dc46360f5610e25476c4dc0680ea3b06234.zip
cpython-8c2b7dc46360f5610e25476c4dc0680ea3b06234.tar.gz
cpython-8c2b7dc46360f5610e25476c4dc0680ea3b06234.tar.bz2
fix possible integer overflows in _hashopenssl #3886
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS7
1 files changed, 5 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8a916f4..dbcaf62 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,8 +12,11 @@ What's New in Python 2.6 release candidate 2?
Core and Builtins
-----------------
-Library
--------
+Extension Modules
+-----------------
+
+- Issue #3886: Possible integer overflows in the _hashopenssl module were
+ closed.
Tools/Demos
-----------