summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMatthias Reichl <github@hias.horus.com>2021-10-07 22:46:49 (GMT)
committerGitHub <noreply@github.com>2021-10-07 22:46:49 (GMT)
commit392a89835371baa0fc4bf79ae479abb80661f57d (patch)
treed890cc3705761151efb026af5ec1099801fff5eb /Misc
parent0219017df7ec41839fd0d56a3076b5f09c58d313 (diff)
downloadcpython-392a89835371baa0fc4bf79ae479abb80661f57d.zip
cpython-392a89835371baa0fc4bf79ae479abb80661f57d.tar.gz
cpython-392a89835371baa0fc4bf79ae479abb80661f57d.tar.bz2
bpo-45262, asyncio: Fix cache of the running loop holder (GH-28796)
Prevent use-after-free of running loop holder via cache.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2021-10-07-14-04-10.bpo-45262.HqF71Z.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-10-07-14-04-10.bpo-45262.HqF71Z.rst b/Misc/NEWS.d/next/Library/2021-10-07-14-04-10.bpo-45262.HqF71Z.rst
new file mode 100644
index 0000000..4cd949f
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2021-10-07-14-04-10.bpo-45262.HqF71Z.rst
@@ -0,0 +1 @@
+Prevent use-after-free in asyncio. Make sure the cached running loop holder gets cleared on dealloc to prevent use-after-free in get_running_loop \ No newline at end of file