]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145200: Fix EVP_MAC_CTX leak in hashlib HMAC on init failure (GH-145201)
authorRamin Farajpour Cami <ramin.blackhat@gmail.com>
Sat, 11 Apr 2026 22:10:43 +0000 (01:40 +0330)
committerGitHub <noreply@github.com>
Sat, 11 Apr 2026 22:10:43 +0000 (15:10 -0700)
commitc29d75610b40d2052dc7a5394b416305adf61281
treef36bf929ae8ada0e02ca487715b7f18e9954f243
parent64afa947f454b0295dd08de1029da8c1d882a99f
gh-145200: Fix EVP_MAC_CTX leak in hashlib HMAC on init failure (GH-145201)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Lib/test/test_hmac.py
Misc/NEWS.d/next/Library/2026-02-25-10-00-00.gh-issue-145200.m_4PAtcI.rst [new file with mode: 0644]
Modules/_hashopenssl.c