]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-92888: Fix memoryview bad `__index__` use after free (GH-92946)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 18 Jun 2022 14:40:39 +0000 (07:40 -0700)
committerGitHub <noreply@github.com>
Sat, 18 Jun 2022 14:40:39 +0000 (07:40 -0700)
commit2eff55cd46a55c1eefa8c57b6ab85655dd261fe7
treec5ee825c6ec3689d05095917ed520a81d85cde73
parent6c8eb9503c9ae3af87f534397e1dea69c64615d2
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>
(cherry picked from commit 11190c4ad0d3722b8d263758ac802985131a5462)

Co-authored-by: Ken Jin <kenjin@python.org>
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