summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-09-06 18:28:18 (GMT)
committerGitHub <noreply@github.com>2022-09-06 18:28:18 (GMT)
commita389fdb0958746c4c4ee8849a71a276516f33776 (patch)
tree6d2f43e89d44ef8d8c476f0acb85cefc342a2340 /Misc
parent26dc4dfac31cf657bf6deb5aaab2df5b9b7c1a74 (diff)
downloadcpython-a389fdb0958746c4c4ee8849a71a276516f33776.zip
cpython-a389fdb0958746c4c4ee8849a71a276516f33776.tar.gz
cpython-a389fdb0958746c4c4ee8849a71a276516f33776.tar.bz2
GH-96572: fix use after free in trace refs build mode (GH-96618)
(cherry picked from commit 67444902a0f10419a557d0a2d3b8675c31b075a9) Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2022-09-06-16-54-49.gh-issue-96572.8DRsaW.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-09-06-16-54-49.gh-issue-96572.8DRsaW.rst b/Misc/NEWS.d/next/Core and Builtins/2022-09-06-16-54-49.gh-issue-96572.8DRsaW.rst
new file mode 100644
index 0000000..44cceb4
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2022-09-06-16-54-49.gh-issue-96572.8DRsaW.rst
@@ -0,0 +1 @@
+Fix use after free in trace refs build mode. Patch by Kumar Aditya.