summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Security
diff options
context:
space:
mode:
authorKen Jin <kenjin@python.org>2022-06-17 15:14:53 (GMT)
committerGitHub <noreply@github.com>2022-06-17 15:14:53 (GMT)
commit11190c4ad0d3722b8d263758ac802985131a5462 (patch)
tree7b14666e1fe7000cbafc13e3b884b9916baeb5d9 /Misc/NEWS.d/next/Security
parenta51742ab82ad2a57841058fc9a16dac82d8337cf (diff)
downloadcpython-11190c4ad0d3722b8d263758ac802985131a5462.zip
cpython-11190c4ad0d3722b8d263758ac802985131a5462.tar.gz
cpython-11190c4ad0d3722b8d263758ac802985131a5462.tar.bz2
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>
Diffstat (limited to 'Misc/NEWS.d/next/Security')
-rw-r--r--Misc/NEWS.d/next/Security/2022-05-19-08-53-07.gh-issue-92888.TLtR9W.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Security/2022-05-19-08-53-07.gh-issue-92888.TLtR9W.rst b/Misc/NEWS.d/next/Security/2022-05-19-08-53-07.gh-issue-92888.TLtR9W.rst
new file mode 100644
index 0000000..4841b8a
--- /dev/null
+++ b/Misc/NEWS.d/next/Security/2022-05-19-08-53-07.gh-issue-92888.TLtR9W.rst
@@ -0,0 +1,2 @@
+Fix ``memoryview`` use after free when accessing the backing buffer in certain cases.
+