]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-143308: fix UAF when PickleBuffer is concurrently mutated in a callback (#143312)
authorAaron Wieczorek <aaronw@fastmail.com>
Sat, 3 Jan 2026 22:01:59 +0000 (22:01 +0000)
committerGitHub <noreply@github.com>
Sat, 3 Jan 2026 22:01:59 +0000 (23:01 +0100)
commit6c53af18f61c074d514e677b469b6201573a59da
tree71dde46775e3a79881ed9ea5fa881e581b8af664
parentef3b8829e434b16f136d55cae8b9853cac113f01
gh-143308: fix UAF when PickleBuffer is concurrently mutated in a callback (#143312)

Co-authored-by: Aaron Wieczorek <woz@Aarons-MacBook-Pro.local>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Lib/test/pickletester.py
Misc/NEWS.d/next/Library/2025-12-31-17-38-33.gh-issue-143308.lY8UCR.rst [new file with mode: 0644]
Modules/_pickle.c