-
Notifications
You must be signed in to change notification settings - Fork 295
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When getting the MSI version, we initially supply no buffer to get the total buffer size required. This can return success instead of ERROR_MORE_DATA as previously expected; the actual result is the same, and we need to allocate a buffer large enough. Signed-off-by: Mark Yen <[email protected]> Fixes: b7aa9dd
- Loading branch information
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters