Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Cherry-Pick] [RB&FF] MdeModulePkg/HiiDatabaseDxe: Remove assert for …
…VarStoreId = 0 (#1185) ## Description It is legal for the VarStoreId of a question to be 0 per the UEFI spec: "Specifies the identifier of a previously declared variable store to use when storing the question’s value. A value of zero indicates no associated variable store." Instead of hitting an assert just skip this question as there is no value to return. Signed-off-by: Jeff Brasen <[email protected]> Co-authored-by: Jeff Brasen <[email protected]>
- Loading branch information