summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2017-10-12 20:20:44 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2017-10-12 20:20:44 (GMT)
commitc923da188bc055e4f3001a6daf1caf54f2b10e40 (patch)
treea149e97942c1f48a9f846559b70ff650b6634e12 /Misc
parentf8d42ea0e4341b270f1de71b4ff40cfa18420eed (diff)
downloadcpython-c923da188bc055e4f3001a6daf1caf54f2b10e40.zip
cpython-c923da188bc055e4f3001a6daf1caf54f2b10e40.tar.gz
cpython-c923da188bc055e4f3001a6daf1caf54f2b10e40.tar.bz2
[3.6] bpo-30058: Fixed buffer overflow in select.kqueue.control(). (GH-1095) (#3973)
(cherry picked from commit de072100775cc29e6cd93a75466cecbd1086f258)
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().