]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-149816: Fix UAF in Modules/_pickle.c (GH-150024) (#153718)
authorNeil Schemenauer <nas-github@arctrix.com>
Wed, 15 Jul 2026 08:28:12 +0000 (01:28 -0700)
committerGitHub <noreply@github.com>
Wed, 15 Jul 2026 08:28:12 +0000 (13:58 +0530)
commit12682355a43849b19ddf851cdd4f5c922804cfa8
tree911915310b98e0603a6683c99dd836e5740df6c2
parentaccfc342e792d461eecf6bcbdd242f126822f325
[3.15] gh-149816: Fix UAF in Modules/_pickle.c (GH-150024) (#153718)

(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