summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2018-03-05 22:26:28 (GMT)
committerGitHub <noreply@github.com>2018-03-05 22:26:28 (GMT)
commitbaa45079466eda1f5636a6d13f3a60c2c00fdcd3 (patch)
tree53900bd3a4e1936f47f8b8d056eeab817f2773e7 /Misc
parent6935a511670797a3aaebdf96aad3dcff66baa76e (diff)
downloadcpython-baa45079466eda1f5636a6d13f3a60c2c00fdcd3.zip
cpython-baa45079466eda1f5636a6d13f3a60c2c00fdcd3.tar.gz
cpython-baa45079466eda1f5636a6d13f3a60c2c00fdcd3.tar.bz2
[3.6] bpo-33001: Prevent buffer overrun in os.symlink (GH-5989) (GH-5990)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Security/2018-03-05-10-09-51.bpo-33001.elj4Aa.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Security/2018-03-05-10-09-51.bpo-33001.elj4Aa.rst b/Misc/NEWS.d/next/Security/2018-03-05-10-09-51.bpo-33001.elj4Aa.rst
new file mode 100644
index 0000000..2acbac9
--- /dev/null
+++ b/Misc/NEWS.d/next/Security/2018-03-05-10-09-51.bpo-33001.elj4Aa.rst
@@ -0,0 +1 @@
+Minimal fix to prevent buffer overrun in os.symlink on Windows