]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-151403: Fix use-after-free when an argv item's __fspath__ mutates args (GH-151404)
authortonghuaroot (童话) <tonghuaroot@gmail.com>
Sat, 13 Jun 2026 17:23:44 +0000 (01:23 +0800)
committerGitHub <noreply@github.com>
Sat, 13 Jun 2026 17:23:44 +0000 (10:23 -0700)
commit6679ac07d881f6e0ce30b7cc28b5671eafa20d9d
treed6c8f88b0629ed04a84c9f0b6c3209b3aa8b1367
parente9339876883f96af2e406a92a05be647b7fbe5d5
gh-151403: Fix use-after-free when an argv item's __fspath__ mutates args (GH-151404)

---------

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