]> granicus.if.org Git - python/commit
Issue #23619: Ensure C variable is initialized before using it.
authorSteve Dower <steve.dower@microsoft.com>
Mon, 9 Mar 2015 17:05:50 +0000 (10:05 -0700)
committerSteve Dower <steve.dower@microsoft.com>
Mon, 9 Mar 2015 17:05:50 +0000 (10:05 -0700)
commit8011382285fe23ff0fc549f4c33cbc346c3a0dd0
tree390ad6bfe4bbe002e04c80dfb049eabc448edc1b
parent5d2d63ed7dab4487e2f0f0d0f3d2cf5b185b5082
Issue #23619: Ensure C variable is initialized before using it.
The garbage in _crtInstalledToken was causing the IsCrtInstalled() function to return TRUE without actually checking anything. We now initialize the variable first.
Tools/msi/bundle/bootstrap/PythonBootstrapperApplication.cpp