]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-143309: fix UAF in `os.execve` when the environment is concurrently mutated (...
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Sat, 3 Jan 2026 22:05:57 +0000 (23:05 +0100)
committerGitHub <noreply@github.com>
Sat, 3 Jan 2026 22:05:57 +0000 (23:05 +0100)
commit9609574e7fd36edfaa8b575558a82cc14e65bfbc
tree1eb929645b6f22d5f7843c5aac2e2bb0d92bb4e4
parent6c53af18f61c074d514e677b469b6201573a59da
gh-143309: fix UAF in `os.execve` when the environment is concurrently mutated (#143314)
Lib/test/test_os/test_os.py
Misc/NEWS.d/next/Library/2025-12-31-20-43-02.gh-issue-143309.cdFxdH.rst [new file with mode: 0644]
Modules/posixmodule.c