]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34922: Fix integer overflow in the digest() and hexdigest() methods (GH-9751)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 11 Oct 2018 04:41:00 +0000 (07:41 +0300)
committerGitHub <noreply@github.com>
Thu, 11 Oct 2018 04:41:00 +0000 (07:41 +0300)
commit9b8c2e767643256202bb11456ba8665593b9a500
tree92b674df44b5bb6d14583e910cf38f0ead9837bb
parentf1aa8aed4a8ce9753ffa8713e7d3461663e0624d
bpo-34922: Fix integer overflow in the digest() and hexdigest() methods (GH-9751)

for the SHAKE algorithm in the hashlib module.
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