]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-96572: fix use after free in trace refs build mode (GH-96618)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 6 Sep 2022 18:28:18 +0000 (11:28 -0700)
committerGitHub <noreply@github.com>
Tue, 6 Sep 2022 18:28:18 +0000 (11:28 -0700)
commita389fdb0958746c4c4ee8849a71a276516f33776
tree6d2f43e89d44ef8d8c476f0acb85cefc342a2340
parent26dc4dfac31cf657bf6deb5aaab2df5b9b7c1a74
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>
Misc/NEWS.d/next/Core and Builtins/2022-09-06-16-54-49.gh-issue-96572.8DRsaW.rst [new file with mode: 0644]
Python/ceval.c