-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
gh-142664: fix UAF in memoryview.__hash__ via re-entrant data's __hash__
#143217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-142664: fix UAF in memoryview.__hash__ via re-entrant data's __hash__
#143217
Conversation
|
Thanks @picnixz for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
…'s `__hash__` (pythonGH-143217) (cherry picked from commit 00e24b8) Co-authored-by: Bénédikt Tran <[email protected]>
|
Sorry, @picnixz, I could not cleanly backport this to |
|
GH-143221 is a backport of this pull request to the 3.14 branch. |
…nt data's `__hash__` (pythonGH-143217) (cherry picked from commit 00e24b8) Co-authored-by: Bénédikt Tran <[email protected]>
|
GH-143222 is a backport of this pull request to the 3.13 branch. |
|
…ythonGH-143223) (cherry picked from commit 84fcdbd) Co-authored-by: Bénédikt Tran <[email protected]>
…ythonGH-143223) (cherry picked from commit 84fcdbd) Co-authored-by: Bénédikt Tran <[email protected]>
memoryview.__hash__via re-entrant__hash__#142664