]> granicus.if.org Git - python/commitdiff
Issue #29392: Prevent crash when passing invalid arguments into msvcrt module.
authorSteve Dower <steve.dower@microsoft.com>
Sat, 4 Feb 2017 23:05:40 +0000 (15:05 -0800)
committerSteve Dower <steve.dower@microsoft.com>
Sat, 4 Feb 2017 23:05:40 +0000 (15:05 -0800)
1  2 
Misc/NEWS
PC/msvcrtmodule.c

diff --cc Misc/NEWS
index 34083c82303be5cacc2e7194428e83dfe870a251,fc8b3ade5036d37185e116bdcc41247019ad6f98..0bfd52f7eddb40085edf3e1bbe8954f2452da3cc
+++ b/Misc/NEWS
@@@ -146,10 -50,8 +146,12 @@@ Librar
  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.
 +
  C API
  -----
  
Simple merge