]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130151: Fix reference leaks in `_hashlib.hmac_{new,digest}` (GH-130152)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Mon, 24 Feb 2025 00:09:14 +0000 (01:09 +0100)
committerGitHub <noreply@github.com>
Mon, 24 Feb 2025 00:09:14 +0000 (00:09 +0000)
commit071820113f11b8f6a21f98652d0840e10268114c
treeec6634d173dcbde19b74321423a858d3a85f3c19
parent72ea3c030a81262af64ebcae2e83ce2ff529bcef
gh-130151: Fix reference leaks in `_hashlib.hmac_{new,digest}` (GH-130152)

* fix leak in `_hashlib.hmac_new`
* fix leak in `hmac_digest`
* fix exception type in `_hashlib.HMAC.copy`
Misc/NEWS.d/next/Library/2025-02-15-12-36-49.gh-issue-130151.3IFumF.rst [new file with mode: 0644]
Modules/_hashopenssl.c