]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-143228: Fix UAF in perf trampoline during finalization (#143233)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Sun, 28 Dec 2025 13:50:23 +0000 (13:50 +0000)
committerGitHub <noreply@github.com>
Sun, 28 Dec 2025 13:50:23 +0000 (13:50 +0000)
commit3ccc76f036bfaabb5a4631783b966501fe64859a
tree59df9e7901ee15fffe90f66ed3b75fc39127359b
parent836b2810d501fafdefb619e282c745e7d1dfa90f
gh-143228: Fix UAF in perf trampoline during finalization (#143233)
Include/internal/pycore_ceval.h
Include/internal/pycore_interp_structs.h
Misc/NEWS.d/next/Core_and_Builtins/2025-12-27-23-57-43.gh-issue-143228.m3EF9E.rst [new file with mode: 0644]
Python/perf_trampoline.c
Python/pylifecycle.c