]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-126080: fix UAF on `task->task_context` in `task_call_step_soon` due to...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 31 Oct 2024 19:32:47 +0000 (20:32 +0100)
committerGitHub <noreply@github.com>
Thu, 31 Oct 2024 19:32:47 +0000 (19:32 +0000)
commitabe64a3780ecaf954cb9bafb5dc6eaee1b680bf4
treef0b1cd5b32ab832a19b205e8b83675ef889d70ea
parent588da2e26a986cb94d9e2aee57f6ecd965adf918
[3.13] gh-126080: fix UAF on `task->task_context` in `task_call_step_soon` due to an evil `loop.__getattribute__` (GH-126120) (#126250)

gh-126080: fix UAF on `task->task_context` in `task_call_step_soon` due to an evil `loop.__getattribute__` (GH-126120)
(cherry picked from commit 0e8665554b2f1334e530fd6de5b3a4e908405419)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Misc/NEWS.d/next/Library/2024-10-29-10-38-28.gh-issue-126080.qKRBuo.rst [new file with mode: 0644]
Modules/_asynciomodule.c