X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FDxeHstiLib%2FHstiDxe.c;h=d5d75749874382c7f82dd657e67a299408cfa259;hp=c7a5769bf582196a4f05602defac402dd4ef69c9;hb=6a39a6a1a8a35a84e4e13900a2b5e8da1b6435f2;hpb=944d79b75485068324d1d39281288601764e235d diff --git a/MdePkg/Library/DxeHstiLib/HstiDxe.c b/MdePkg/Library/DxeHstiLib/HstiDxe.c index c7a5769bf5..d5d7574987 100644 --- a/MdePkg/Library/DxeHstiLib/HstiDxe.c +++ b/MdePkg/Library/DxeHstiLib/HstiDxe.c @@ -393,7 +393,7 @@ InternalHstiRecordFeaturesVerified ( UINT8 *SecurityFeaturesVerified; EFI_STATUS Status; - Aip = InternalHstiFindAip (Role, ImplementationID, &Hsti, &HstiSize); + Aip = InternalHstiFindAip (Role, ImplementationID, (VOID **)&Hsti, &HstiSize); if (Aip == NULL) { return EFI_NOT_STARTED; } @@ -518,7 +518,7 @@ InternalHstiRecordErrorString ( UINTN Offset; EFI_STATUS Status; - Aip = InternalHstiFindAip (Role, ImplementationID, &Hsti, &HstiSize); + Aip = InternalHstiFindAip (Role, ImplementationID, (VOID **)&Hsti, &HstiSize); if (Aip == NULL) { return EFI_NOT_STARTED; }