]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-125966: fix use-after-free on `fut->fut_callback0` due to an evil callback's ...
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Sun, 27 Oct 2024 17:10:10 +0000 (18:10 +0100)
committerGitHub <noreply@github.com>
Sun, 27 Oct 2024 17:10:10 +0000 (22:40 +0530)
commited5059eeb1aa50b481957307db5a34b937497382
treeff2267640d6fab42f381aafa8ebbbe6a4af65134
parent0922a4ae0d2803e3a4e9f3d2ccd217364cfd700e
gh-125966: fix use-after-free on `fut->fut_callback0` due to an evil callback's `__eq__` in asyncio (#125967)
Lib/test/test_asyncio/test_futures.py
Misc/NEWS.d/next/Library/2024-10-25-10-53-56.gh-issue-125966.eOCYU_.rst [new file with mode: 0644]
Modules/_asynciomodule.c