diff options
author | Yury Selivanov <yury@magic.io> | 2016-10-06 18:03:03 (GMT) |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2016-10-06 18:03:03 (GMT) |
commit | cb9424f6435cf02ba913d0263d69524bcc294095 (patch) | |
tree | 2aa10f72bab55e98814228a9b77e0e824abdc85d /Misc/NEWS | |
parent | 26d998cfdd1f843a154e5398d09c0270fa17aa30 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ----- |