mirror of
https://github.com/python/cpython.git
synced 2025-10-15 11:22:18 +00:00
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 11190c4ad0
)
Co-authored-by: Ken Jin <kenjin@python.org>
This commit is contained in:
parent
6c8eb9503c
commit
2eff55cd46
3 changed files with 139 additions and 19 deletions
|
@ -0,0 +1,2 @@
|
|||
Fix ``memoryview`` use after free when accessing the backing buffer in certain cases.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue