]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-142664: fix UAF in `memoryview.__hash__` via re-entrant data's `__hash__...
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Sat, 27 Dec 2025 13:43:11 +0000 (13:43 +0000)
committerGitHub <noreply@github.com>
Sat, 27 Dec 2025 13:43:11 +0000 (13:43 +0000)
commit4fcb1d98198fef808e13c3b80e7e39aae659811b
treeaeffe3edd540df5b082f3523354dee93f3290098
parent8aca2fd87cda966935b712424a30e4afe54220b9
[3.13] gh-142664: fix UAF in `memoryview.__hash__` via re-entrant data's `__hash__` (GH-143217) (#143222)

(cherry picked from commit 00e24b80e092e7d36dc189fd260b2a4e730a6e7f)
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