]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-145301: Fix double-free in hashlib and hmac module initialization (GH-14532...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 5 Mar 2026 04:13:02 +0000 (05:13 +0100)
committerGitHub <noreply@github.com>
Thu, 5 Mar 2026 04:13:02 +0000 (04:13 +0000)
commitf42692838c49c97844124b4fbb68c44d5424bbe0
tree881a105263480aff4066808cd8db9bbd58d27a33
parente58e9802b9bec5cdbf48fc9bf1da5f4fda482e86
[3.14] gh-145301: Fix double-free in hashlib and hmac module initialization (GH-145321) (#145523)

gh-145301: Fix double-free in hashlib and hmac module initialization (GH-145321)
(cherry picked from commit 6acaf659ef0fdee131bc02f0b58685da039b5855)

gh-145301: Fix double-free in hashlib and hmac initialization

Co-authored-by: krylosov-aa <krylosov.andrew@gmail.com>
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