From 47fd1085cbab264d6cde8bfeaab021d06ea6f61b Mon Sep 17 00:00:00 2001 From: iadgovuser26 Date: Wed, 10 Jun 2020 17:54:15 -0400 Subject: [PATCH] Changed description when no event data is provided for EV_EFI_BOOT_SERVICES_APPLICATION --- .../java/hirs/tpm/eventlog/events/EvEfiBootServicesApp.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HIRS_Utils/src/main/java/hirs/tpm/eventlog/events/EvEfiBootServicesApp.java b/HIRS_Utils/src/main/java/hirs/tpm/eventlog/events/EvEfiBootServicesApp.java index 0ba11ea1..ec94909d 100644 --- a/HIRS_Utils/src/main/java/hirs/tpm/eventlog/events/EvEfiBootServicesApp.java +++ b/HIRS_Utils/src/main/java/hirs/tpm/eventlog/events/EvEfiBootServicesApp.java @@ -65,7 +65,7 @@ public class EvEfiBootServicesApp { System.arraycopy(bootServices, UefiConstants.SIZE_24, lengthBytes, 0, UefiConstants.SIZE_8); // if (imageLength != 0) { devicePathLength = HexUtils.leReverseInt(lengthBytes); - if(devicePathLength !=0) { + if (devicePathLength != 0) { byte[] devPathBytes = new byte[devicePathLength]; System.arraycopy(bootServices, UefiConstants.SIZE_32, devPathBytes, 0, devicePathLength);