]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.7] bpo-34922: Fix integer overflow in the digest() and hexdigest() methods (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 11 Oct 2018 05:06:36 +0000 (08:06 +0300)
committerGitHub <noreply@github.com>
Thu, 11 Oct 2018 05:06:36 +0000 (08:06 +0300)
commit8b040e55395b37bdb8fd4ec85a270cfc9ec95307
tree6c43d257c0037b3e69aa78d31db4268f9a36864b
parent57038bcb24407abbbb46e6d278d0ab4b6ad25bbf
[3.7] bpo-34922: Fix integer overflow in the digest() and hexdigest() methods (GH-9751) (GH-9798)

for the SHAKE algorithm in the hashlib module.
(cherry picked from commit 9b8c2e767643256202bb11456ba8665593b9a500)
Lib/test/test_hashlib.py
Misc/NEWS.d/next/Library/2018-10-07-21-18-52.bpo-34922.37IdsA.rst [new file with mode: 0644]
Modules/_sha3/sha3module.c