mirror of
https://github.com/acidanthera/audk.git
synced 2025-09-23 17:57:45 +02:00
SecurityPkg/Tcd2Dxe: Fix UefiImage initialization
This commit is contained in:
parent
8aac54287a
commit
1e673c4935
@ -84,7 +84,7 @@ MeasureUefiImageAndExtend (
|
||||
}
|
||||
|
||||
// FIXME: This is just an ugly wrapper, the types should match (UINTN <-> VOID *), fix the libs
|
||||
UefiImageHashImageDefault (NULL, HashHandle, HashUpdate);
|
||||
UefiImageHashImageDefault (&ImageContext, HashHandle, HashUpdate);
|
||||
if (EFI_ERROR (Status)) {
|
||||
return Status;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user