]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-126138: Fix use-after-free in `_asyncio.Task` by evil `__getattribute__...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 2 Nov 2024 08:03:51 +0000 (09:03 +0100)
committerGitHub <noreply@github.com>
Sat, 2 Nov 2024 08:03:51 +0000 (08:03 +0000)
commitb59269961f73cecd5d14ef4fa04689170aa0b2f3
tree99d5704afc2e1d462cd9772eae48dc92b4613a9d
parent8d4ef5280215207ee112ac6594d252c3f38b44bc
[3.12] gh-126138: Fix use-after-free in `_asyncio.Task` by evil `__getattribute__` (GH-126305) (#126325)

gh-126138: Fix use-after-free in `_asyncio.Task` by evil `__getattribute__` (GH-126305)
(cherry picked from commit f032f6ba8fec6fab35edeec0eb40cd73e9d58928)

Co-authored-by: Nico-Posada <102486290+Nico-Posada@users.noreply.github.com>
Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
Misc/NEWS.d/next/Library/2024-11-01-14-31-41.gh-issue-126138.yTniOG.rst [new file with mode: 0644]
Modules/_asynciomodule.c