You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <mark.yen@suse.com>
Fixes: b7aa9dd
0 commit comments