summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2017-02-04 23:05:13 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2017-02-04 23:05:13 (GMT)
commit21fae03e16de9bedc0fd3918ef1ceb7d1c746678 (patch)
treedb3554464ce0b950a577d0d2c41a980965d05565 /Misc
parentd3c4853b7869b347462343fd9df99f998e0eb018 (diff)
downloadcpython-21fae03e16de9bedc0fd3918ef1ceb7d1c746678.zip
cpython-21fae03e16de9bedc0fd3918ef1ceb7d1c746678.tar.gz
cpython-21fae03e16de9bedc0fd3918ef1ceb7d1c746678.tar.bz2
Issue #29392: Prevent crash when passing invalid arguments into msvcrt module.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9dac630..fc8b3ad 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -47,6 +47,11 @@ Library
leading dots could match related hostnames again (e.g. .b.c matches a.b.c).
Patch by Milan Oberkirch.
+Windows
+-------
+
+- Issue #29392: Prevent crash when passing invalid arguments into msvcrt module.
+
C API
-----