]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-92888: Fix memoryview bad `__index__` use after free (GH-92946) (GH-93950)
authorKen Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Thu, 23 Jun 2022 10:10:14 +0000 (18:10 +0800)
committerGitHub <noreply@github.com>
Thu, 23 Jun 2022 10:10:14 +0000 (18:10 +0800)
commit73b1d494a7cb46fc2cd45b0616647e4cfb786f3d
treea7015d1d820be25d60b7835bb21e721304db8a56
parentee5e1e4ee6aebd20adacf2eb52053d0bd2324777
gh-92888: Fix memoryview bad `__index__` use after free (GH-92946) (GH-93950)

(cherry picked from commit 11190c4ad0d3722b8d263758ac802985131a5462)

Co-authored-by: chilaxan <35645806+chilaxan@users.noreply.github.com>
Co-authored-by: Serhiy Storchaka <3659035+serhiy-storchaka@users.noreply.github.com>
Lib/test/test_memoryview.py
Misc/NEWS.d/next/Security/2022-05-19-08-53-07.gh-issue-92888.TLtR9W.rst [new file with mode: 0644]
Objects/memoryobject.c