X Tutup
Skip to content

[3.13] gh-142664: fix UAF in memoryview.__hash__ via re-entrant data's __hash__ (GH-143217)#143222

Merged
picnixz merged 1 commit intopython:3.13from
picnixz:backport-00e24b8-3.13
Dec 27, 2025
Merged

[3.13] gh-142664: fix UAF in memoryview.__hash__ via re-entrant data's __hash__ (GH-143217)#143222
picnixz merged 1 commit intopython:3.13from
picnixz:backport-00e24b8-3.13

Conversation

@picnixz
Copy link
Member

@picnixz picnixz commented Dec 27, 2025

…nt data's `__hash__` (pythonGH-143217)

(cherry picked from commit 00e24b8)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
@picnixz picnixz enabled auto-merge (squash) December 27, 2025 13:21
@picnixz picnixz merged commit 4fcb1d9 into python:3.13 Dec 27, 2025
42 checks passed
@picnixz picnixz deleted the backport-00e24b8-3.13 branch December 27, 2025 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

X Tutup