diff options
author | Steve Dower <steve.dower@microsoft.com> | 2017-02-04 23:05:40 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2017-02-04 23:05:40 (GMT) |
commit | bf0fc39edb87c71ec1c4ef8353f8d72bb7bb9d1b (patch) | |
tree | 08223c866c3284a8d2be6733eeb69f7a7af3b984 /Misc | |
parent | 1add96f1b669436ca96dc8adf24276adea6aea4c (diff) | |
parent | 21fae03e16de9bedc0fd3918ef1ceb7d1c746678 (diff) | |
download | cpython-bf0fc39edb87c71ec1c4ef8353f8d72bb7bb9d1b.zip cpython-bf0fc39edb87c71ec1c4ef8353f8d72bb7bb9d1b.tar.gz cpython-bf0fc39edb87c71ec1c4ef8353f8d72bb7bb9d1b.tar.bz2 |
Issue #29392: Prevent crash when passing invalid arguments into msvcrt module.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -146,6 +146,8 @@ Library Windows ------- +- Issue #29392: Prevent crash when passing invalid arguments into msvcrt module. + - Issue #25778: winreg does not truncate string correctly (Patch by Eryk Sun) - Issue #28896: Deprecate WindowsRegistryFinder and disable it by default. |