]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-151403: Fix use-after-free when an argv item's __fspath__ mutates args...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 13 Jun 2026 21:33:13 +0000 (23:33 +0200)
committerGitHub <noreply@github.com>
Sat, 13 Jun 2026 21:33:13 +0000 (14:33 -0700)
commit5810def6dd7de4c24af0a977444026a184dc7cdd
tree44aaf57de020a3a4effb16e6ef918c47c7b24f84
parent348622a96d9554f639c6d692933ae476b3361b0b
[3.13] gh-151403: Fix use-after-free when an argv item's __fspath__ mutates args (GH-151404) (#151447)

gh-151403: Fix use-after-free when an argv item's __fspath__ mutates args (GH-151404)

---------
(cherry picked from commit 6679ac07d881f6e0ce30b7cc28b5671eafa20d9d)

Co-authored-by: tonghuaroot (童话) <tonghuaroot@gmail.com>
Co-authored-by: tonghuaroot <23011166+tonghuaroot@users.noreply.github.com>
Misc/NEWS.d/next/Library/2026-06-12-22-46-31.gh-issue-151403.DalZWh.rst [new file with mode: 0644]
Modules/_posixsubprocess.c