Discussion:
[edk2] HiiSetBrowserData
Galla Rao
2015-07-09 07:03:27 UTC
Permalink
In EDK II HiiSetBrowserData was never checked for its return value at many
locations,
where it was called

@retval FALSE The uncommitted data could not be updated.
@retval TRUE The uncommitted data was updated.
**/
BOOLEAN
EFIAPI
HiiSetBrowserData (

was always assumed that it will return Success?

Thanks
Ranga

Loading...