]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:09:18 +0000 (09:09 +0100)
committerGitHub <noreply@github.com>
Sat, 2 Nov 2024 08:09:18 +0000 (08:09 +0000)
commitf58d5ab881541f2b244fe991dcbfbb749604692b
treee5d4f85f1e0d6b396ae053d2f05d72d1dbebbb47
parent6e4b7eadf59e60791cd3dcc0cc7e6c5c66f7fe90
[3.13] gh-126138: Fix use-after-free in `_asyncio.Task` by evil `__getattribute__` (GH-126305) (#126324)

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