[issue12202] Check status returns in msilib.SummaryInformation.GetProperty()

Zackery Spytz report at bugs.python.org
Fri May 31 18:01:44 EDT 2019


Zackery Spytz <zspytz at gmail.com> added the comment:

This issue needs to be fixed. Passing an invalid value to SummaryInformation.GetProperty() will cause the first MsiSummaryInfoGetProperty() call to fail. As the call is not properly checked, the "type" variable will then be used uninitialized in summary_getproperty().

----------
nosy: +ZackerySpytz
type:  -> behavior
versions: +Python 2.7, Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue12202>
_______________________________________


More information about the Python-bugs-list mailing list