This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ZackerySpytz
Recipients ZackerySpytz, berker.peksag, loewis, markm, steve.dower, tim.golden, zach.ware
Date 2019-05-31.22:01:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559340103.99.0.0662620600145.issue12202@roundup.psfhosted.org>
In-reply-to
Content
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().
History
Date User Action Args
2019-05-31 22:01:44ZackerySpytzsetrecipients: + ZackerySpytz, loewis, tim.golden, markm, berker.peksag, zach.ware, steve.dower
2019-05-31 22:01:43ZackerySpytzsetmessageid: <1559340103.99.0.0662620600145.issue12202@roundup.psfhosted.org>
2019-05-31 22:01:43ZackerySpytzlinkissue12202 messages
2019-05-31 22:01:43ZackerySpytzcreate