]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-142664: fix UAF in `memoryview.__hash__` via re-entrant data's `__hash__` (#143217)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Sat, 27 Dec 2025 13:12:03 +0000 (13:12 +0000)
committerGitHub <noreply@github.com>
Sat, 27 Dec 2025 13:12:03 +0000 (13:12 +0000)
commit00e24b80e092e7d36dc189fd260b2a4e730a6e7f
tree380cda02a39a6d38612564c3a2cca2d46b032f48
parent7726119651342bba224e5cc5869859ba7c0416e9
gh-142664: fix UAF in `memoryview.__hash__` via re-entrant data's `__hash__` (#143217)
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