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
This fixes "SecurityPkg: measure Dasharo variables before boot".
gRT->GetNextVariableName() doesn't return variables in any fixed order.
Seems like the order matches order in SMMSTORE. This means that
measuring variables while enumerating them will produce different
results depending on which variables were update last (setting a
variable in SMMSTORE is marking old entry as deleted and appending of a
new one). Sort list of variables that share the same GUID before
measuring any of them to impose a fixed order.
Also fix spacing in several places.
Signed-off-by: Sergii Dmytruk <[email protected]>
0 commit comments