]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-149816: Fix UAF in Modules/_pickle.c (GH-150024) (GH-153719)
authorNeil Schemenauer <nas-github@arctrix.com>
Fri, 17 Jul 2026 20:09:29 +0000 (13:09 -0700)
committerGitHub <noreply@github.com>
Fri, 17 Jul 2026 20:09:29 +0000 (13:09 -0700)
commit7ed9b9153fef8ead9e3fd8122a2ab15bbc9b7c59
tree981cb2234fe774d2379f1086203d0c6594f1ba51
parent9a8d75692950d1d2948672fbcbe88373c8ea7891
[3.14] gh-149816: Fix UAF in Modules/_pickle.c (GH-150024) (GH-153719)

(cherry picked from commit d095ceb0f420a22353271a8adaf5a83433d018e5)

Co-authored-by: Alexey Katsman <alex2007508@gmail.com>
Co-authored-by: Gregory P. Smith <68491+gpshead@users.noreply.github.com>
Lib/test/test_free_threading/test_pickle.py
Misc/NEWS.d/next/Library/2026-05-18-12-42-31.gh-issue-149816.F98iME.rst [new file with mode: 0644]
Modules/_pickle.c