Re: msi: Fix NULL dereference in MsiQueryComponentStateW (coverity)
24 Jan
2009
24 Jan
'09
2:14 p.m.
Nikolay Sivov wrote:
Changelog: - Fix NULL dereference in MsiQueryComponentStateW, test added
+ r = pMsiQueryComponentStateA(prodcode, NULL, MSIINSTALLCONTEXT_MACHINE, NULL, &state); + ok(r == ERROR_INVALID_PARAMETER, "Expected ERROR_SUCCESS, got %d\n", r);
Copy-paste error in the ok message. -- Cheers, Paul.
24 Jan
24 Jan
2:17 p.m.
New subject: msi: Fix NULL dereference in MsiQueryComponentStateW (coverity)
Paul Vriens wrote:
Nikolay Sivov wrote:
Changelog: - Fix NULL dereference in MsiQueryComponentStateW, test added
+ r = pMsiQueryComponentStateA(prodcode, NULL, MSIINSTALLCONTEXT_MACHINE, NULL, &state); + ok(r == ERROR_INVALID_PARAMETER, "Expected ERROR_SUCCESS, got %d\n", r);
Copy-paste error in the ok message.
Thanks, fixed in try2.
6168
Age (days ago)
6168
Last active (days ago)
1 comments
2 participants
participants (2)
-
Nikolay Sivov -
Paul Vriens