]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] 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 23:37:49 +0000 (01:37 +0200)
committerGitHub <noreply@github.com>
Thu, 18 Jul 2024 23:37:49 +0000 (16:37 -0700)
commit001584da033fca01f9b12c414f835e1daee07939
tree575ce50db7ef480a1f7d2cf3f88e4047b37e60e4
parentf88ec9a2031b87622787ce53e746850f10fd9b10
[3.12] gh-120289: Disallow disable() and clear() in external timer to prevent use-after-free (GH-120297) (#121989)

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