]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126080: fix UAF on `task->task_context` in `task_call_step_soon` due to an evil...
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Thu, 31 Oct 2024 17:14:47 +0000 (18:14 +0100)
committerGitHub <noreply@github.com>
Thu, 31 Oct 2024 17:14:47 +0000 (10:14 -0700)
commit0e8665554b2f1334e530fd6de5b3a4e908405419
treeb4f5b98db38b880062c63f8cdfc836adf8ca16a9
parent3275cb19530fb5c7115cf8313f1ada9621ed3a92
gh-126080: fix UAF on `task->task_context` in `task_call_step_soon` due to an evil `loop.__getattribute__` (#126120)
Misc/NEWS.d/next/Library/2024-10-29-10-38-28.gh-issue-126080.qKRBuo.rst [new file with mode: 0644]
Modules/_asynciomodule.c