summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2012-09-10 19:04:42 (GMT)
committerJesus Cea <jcea@jcea.es>2012-09-10 19:04:42 (GMT)
commit03a9d2a20b76955bcbbf40f73d024c950db9a578 (patch)
tree74c86904df59baed91647dac28be129f68c9fa8f /Misc/NEWS
parentdc0170a84a84e96d69d3d000d3e7a590695d4e31 (diff)
downloadcpython-03a9d2a20b76955bcbbf40f73d024c950db9a578.zip
cpython-03a9d2a20b76955bcbbf40f73d024c950db9a578.tar.gz
cpython-03a9d2a20b76955bcbbf40f73d024c950db9a578.tar.bz2
Closes #15908: SHA1 crashes in 64 bits when the string to hash is bigger than 2**32 bytes
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 680cb18..33a57f4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -244,6 +244,9 @@ Library
- Issue #14888: Fix misbehaviour of the _md5 module when called on data
larger than 2**32 bytes.
+- Issue #15908: Fix misbehaviour of the sha1 module when called on data
+ larger than 2**32 bytes.
+
- Issue #14875: Use float('inf') instead of float('1e66666') in the json module.
- Issue #14572: Prevent build failures with pre-3.5.0 versions of