]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-143228: Fix UAF in perf trampoline during finalization (GH-143233) (#143247)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Sun, 28 Dec 2025 14:32:11 +0000 (14:32 +0000)
committerGitHub <noreply@github.com>
Sun, 28 Dec 2025 14:32:11 +0000 (14:32 +0000)
commit892757f056360ccc8e8523200ff767c2d00b88ab
tree4e4d8d01babc89217c7196e9a0f5471cfdcf1941
parentfd9db61a25019b982d2588270526c3c7e6438687
[3.14] gh-143228: Fix UAF in perf trampoline during finalization (GH-143233) (#143247)
Doc/data/python3.14.abi
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