summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2017-02-04 23:05:40 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2017-02-04 23:05:40 (GMT)
commitbf0fc39edb87c71ec1c4ef8353f8d72bb7bb9d1b (patch)
tree08223c866c3284a8d2be6733eeb69f7a7af3b984 /Misc/NEWS
parent1add96f1b669436ca96dc8adf24276adea6aea4c (diff)
parent21fae03e16de9bedc0fd3918ef1ceb7d1c746678 (diff)
downloadcpython-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/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 34083c8..0bfd52f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.