diff options
| author | Peter Jones <pjones@redhat.com> | 2020-07-23 20:35:56 -0400 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2020-07-23 20:53:24 -0400 |
| commit | a7f9911b776f3cdc12e42bf5990ddef0b08d3701 (patch) | |
| tree | 0d1710de5108436252f4a08b645b602ea5c26558 /tpm.c | |
| parent | c186bdddaa7b103aef9d4a164ac0a07499dba112 (diff) | |
| download | efi-boot-shim-a7f9911b776f3cdc12e42bf5990ddef0b08d3701.tar.gz efi-boot-shim-a7f9911b776f3cdc12e42bf5990ddef0b08d3701.zip | |
Fix a broken tpm type
Signed-off-by: Peter Jones <pjones@redhat.com>
Upstream: pr#212
Diffstat (limited to 'tpm.c')
| -rw-r--r-- | tpm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -239,7 +239,7 @@ EFI_STATUS tpm_log_pe(EFI_PHYSICAL_ADDRESS buf, UINTN size, efi_status = tpm_log_event_raw(buf, size, pcr, (CHAR8 *)ImageLoad, sizeof(*ImageLoad) + path_size, EV_EFI_BOOT_SERVICES_APPLICATION, - sha1hash); + (CHAR8 *)sha1hash); FreePool(ImageLoad); return efi_status; |
