summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2017-10-12 19:17:46 (GMT)
committerGitHub <noreply@github.com>2017-10-12 19:17:46 (GMT)
commitde072100775cc29e6cd93a75466cecbd1086f258 (patch)
treed07dfdb0d3c5ca964dab28eabc3f97f508de45b4 /Misc
parentb7cbfe49e39a7bbd7da20b937735a8a60bbf1872 (diff)
downloadcpython-de072100775cc29e6cd93a75466cecbd1086f258.zip
cpython-de072100775cc29e6cd93a75466cecbd1086f258.tar.gz
cpython-de072100775cc29e6cd93a75466cecbd1086f258.tar.bz2
bpo-30058: Fixed buffer overflow in select.kqueue.control(). (#1095)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2017-10-12-19-00-53.bpo-30058.cENtry.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-10-12-19-00-53.bpo-30058.cENtry.rst b/Misc/NEWS.d/next/Library/2017-10-12-19-00-53.bpo-30058.cENtry.rst
new file mode 100644
index 0000000..fa1c8f4
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2017-10-12-19-00-53.bpo-30058.cENtry.rst
@@ -0,0 +1 @@
+Fixed buffer overflow in select.kqueue.control().