]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-142664: fix UAF in `memoryview.__hash__` via re-entrant data's `__hash__...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 27 Dec 2025 13:37:32 +0000 (14:37 +0100)
committerGitHub <noreply@github.com>
Sat, 27 Dec 2025 13:37:32 +0000 (13:37 +0000)
commitcb8b96ed25070ea7107ecda8ea7a38a56db73fa8
treec07c95b15e22ee9fb47da44fa4c1bbfef4185e65
parentbae4cd660893184d445815903b2241edbd3a8c49
[3.14] gh-142664: fix UAF in `memoryview.__hash__` via re-entrant data's `__hash__` (GH-143217) (#143221)

gh-142664: fix UAF in `memoryview.__hash__` via re-entrant data's `__hash__` (GH-143217)
(cherry picked from commit 00e24b80e092e7d36dc189fd260b2a4e730a6e7f)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Lib/test/test_memoryview.py
Misc/NEWS.d/next/Core_and_Builtins/2025-12-27-13-18-12.gh-issue-142664.peeEDV.rst [new file with mode: 0644]
Objects/memoryobject.c