]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145301: Fix double-free in hashlib and hmac module initialization (GH-145321)
authorkrylosov-aa <krylosov.andrew@gmail.com>
Thu, 5 Mar 2026 03:48:25 +0000 (06:48 +0300)
committerGitHub <noreply@github.com>
Thu, 5 Mar 2026 03:48:25 +0000 (19:48 -0800)
commit6acaf659ef0fdee131bc02f0b58685da039b5855
tree8dc75838c61c500bdbdd3650159b418ae2434bdd
parent8b5431367042672d5c6f83e8329e199b79aa02f9
gh-145301: Fix double-free in hashlib and hmac module initialization (GH-145321)

gh-145301: Fix double-free in hashlib and hmac initialization
Misc/NEWS.d/next/Library/2026-02-27-19-00-26.gh-issue-145301.2Wih4b.rst [new file with mode: 0644]
Misc/NEWS.d/next/Library/2026-02-28-00-55-00.gh-issue-145301.Lk2bRl.rst [new file with mode: 0644]
Modules/_hashopenssl.c
Modules/hmacmodule.c