From 61e797f2a1fca4164736ba54c1729f8b0126371c Mon Sep 17 00:00:00 2001 From: el-tipton Date: Thu, 11 Apr 2024 09:18:37 -0500 Subject: [PATCH 1/2] Changing file permissions for oss-fuzz/build.sh --- oss-fuzz/build.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 oss-fuzz/build.sh diff --git a/oss-fuzz/build.sh b/oss-fuzz/build.sh old mode 100644 new mode 100755 From 431cb9a2941383bdac8bd99d98e69d4bc5c96d4c Mon Sep 17 00:00:00 2001 From: el-tipton Date: Thu, 11 Apr 2024 09:55:04 -0500 Subject: [PATCH 2/2] Updating permissions for oss-fuzz/build.sh; Inadvertanly commented out test-case, restoring that case. --- HBFA/UefiHostFuzzTestCasePkg/UefiHostFuzzTestCasePkg.dsc | 8 ++++---- oss-fuzz/build.sh | 0 2 files changed, 4 insertions(+), 4 deletions(-) mode change 100755 => 100644 oss-fuzz/build.sh diff --git a/HBFA/UefiHostFuzzTestCasePkg/UefiHostFuzzTestCasePkg.dsc b/HBFA/UefiHostFuzzTestCasePkg/UefiHostFuzzTestCasePkg.dsc index c5c667a..5617de0 100644 --- a/HBFA/UefiHostFuzzTestCasePkg/UefiHostFuzzTestCasePkg.dsc +++ b/HBFA/UefiHostFuzzTestCasePkg/UefiHostFuzzTestCasePkg.dsc @@ -149,10 +149,10 @@ # # NULL|MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf # } -# UefiHostFuzzTestCasePkg/TestCase/MdeModulePkg/Bus/Usb/UsbBusPei/TestPeiUsb.inf { -# -# NULL|MdeModulePkg/Bus/Usb/UsbBusPei/UsbBusPei.inf -# } + UefiHostFuzzTestCasePkg/TestCase/MdeModulePkg/Bus/Usb/UsbBusPei/TestPeiUsb.inf { + + NULL|MdeModulePkg/Bus/Usb/UsbBusPei/UsbBusPei.inf + } UefiHostFuzzTestCasePkg/TestCase/SecurityPkg/Library/FmpAuthenticationLibPkcs7/TestFmpAuthenticationLibPkcs7.inf { diff --git a/oss-fuzz/build.sh b/oss-fuzz/build.sh old mode 100755 new mode 100644