]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-92888: Fix memoryview bad `__index__` use after free (GH-92946)
authorKen Jin <kenjin@python.org>
Fri, 17 Jun 2022 15:14:53 +0000 (23:14 +0800)
committerGitHub <noreply@github.com>
Fri, 17 Jun 2022 15:14:53 +0000 (23:14 +0800)
commit11190c4ad0d3722b8d263758ac802985131a5462
tree7b14666e1fe7000cbafc13e3b884b9916baeb5d9
parenta51742ab82ad2a57841058fc9a16dac82d8337cf
gh-92888: Fix memoryview bad `__index__` use after free (GH-92946)

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