]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] 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:33:48 +0000 (20:33 +0100)
committerGitHub <noreply@github.com>
Thu, 31 Oct 2024 19:33:48 +0000 (12:33 -0700)
commitdc3c075d9eebc82c63ec54bb3f217d67b2aea914
treec4198a71350c9d0170a03467534da593f901e0ff
parent8450b2482586857d689b6658f08de9c8179af7db
[3.12] gh-126080: fix UAF on `task->task_context` in `task_call_step_soon` due to an evil `loop.__getattribute__` (GH-126120) (#126251)

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