]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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:01 +0000 (23:33 +0200)
committerGitHub <noreply@github.com>
Sat, 13 Jun 2026 21:33:01 +0000 (14:33 -0700)
commitbbaaebd0c13bb28679e2247353515823c28dccf7
treeb668e37cfdab1cf2efaf2d5e2c2248c3e733ae90
parentc8a843cbe484a4901eaae35b12084403a50a4861
[3.14] gh-151403: Fix use-after-free when an argv item's __fspath__ mutates args (GH-151404) (#151446)

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