summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2016-10-06 18:03:03 (GMT)
committerYury Selivanov <yury@magic.io>2016-10-06 18:03:03 (GMT)
commitcb9424f6435cf02ba913d0263d69524bcc294095 (patch)
tree2aa10f72bab55e98814228a9b77e0e824abdc85d /Misc/NEWS
parent26d998cfdd1f843a154e5398d09c0270fa17aa30 (diff)
downloadcpython-cb9424f6435cf02ba913d0263d69524bcc294095.zip
cpython-cb9424f6435cf02ba913d0263d69524bcc294095.tar.gz
cpython-cb9424f6435cf02ba913d0263d69524bcc294095.tar.bz2
Issue #27759: Fix selectors incorrectly retain invalid file descriptors.
(Backported to 3.4 as this bug might be exploited to for DoS)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index aad29d9..6aeb2ec 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,9 @@ Library
HTTP_PROXY variable when REQUEST_METHOD environment is set, which indicates
that the script is in CGI mode.
+- Issue #27759: Fix selectors incorrectly retain invalid file descriptors.
+ Patch by Mark Williams.
+
Tests
-----