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

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