]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-120289: Disallow disable() and clear() in external timer to prevent use...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 18 Jul 2024 20:26:47 +0000 (22:26 +0200)
committerGitHub <noreply@github.com>
Thu, 18 Jul 2024 20:26:47 +0000 (13:26 -0700)
commit721a7dde1156fb72b9217a3f487c84ab5fb52235
tree04e6a9ce8fe75a0fd7413c8fa84739c958c66d03
parent53774e911df09c68cab2b9902b6e623e0f8cc908
[3.13] gh-120289: Disallow disable() and clear() in external timer to prevent use-after-free (GH-120297) (#121984)

gh-120289: Disallow disable() and clear() in external timer to prevent use-after-free (GH-120297)
(cherry picked from commit 1ab17782832bb1b6baa915627aead3e3516a0894)

Co-authored-by: Tian Gao <gaogaotiantian@hotmail.com>
Lib/test/test_cprofile.py
Misc/NEWS.d/next/Library/2024-06-09-19-53-11.gh-issue-120289.s4HXR0.rst [new file with mode: 0644]
Modules/_lsprof.c