mirror of
https://github.com/acidanthera/audk.git
synced 2025-09-24 02:07:44 +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
|
// 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)) {
|
if (EFI_ERROR (Status)) {
|
||||||
return Status;
|
return Status;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user