diff options
author | Steve Dower <steve.dower@microsoft.com> | 2017-02-04 23:05:13 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2017-02-04 23:05:13 (GMT) |
commit | 21fae03e16de9bedc0fd3918ef1ceb7d1c746678 (patch) | |
tree | db3554464ce0b950a577d0d2c41a980965d05565 /Misc | |
parent | d3c4853b7869b347462343fd9df99f998e0eb018 (diff) | |
download | cpython-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 ----- |