mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-01-31 00:24:00 +00:00
Changed description when no event data is provided for EV_EFI_BOOT_SERVICES_APPLICATION
This commit is contained in:
parent
7f5d97e9fa
commit
47fd1085cb
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user