From 2f14b6d30e47cf4b79ee3bf9cf4bb9c6130a8eb6 Mon Sep 17 00:00:00 2001 From: Savva Mitrofanov Date: Sun, 23 Apr 2023 10:03:04 +0300 Subject: [PATCH] Utilities/TestPeCoff: Disable DEBUG_RAISE for fuzzing --- Utilities/TestPeCoff/PeCoff.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Utilities/TestPeCoff/PeCoff.c b/Utilities/TestPeCoff/PeCoff.c index a5c3e046..4cb4e4bc 100644 --- a/Utilities/TestPeCoff/PeCoff.c +++ b/Utilities/TestPeCoff/PeCoff.c @@ -252,6 +252,7 @@ LLVMFuzzerTestOneInput ( return 0; } + PcdGet8 (PcdDebugRaisePropertyMask) = 0; // PcdGet32 (PcdFixedDebugPrintErrorLevel) |= DEBUG_POOL | DEBUG_PAGE; // PcdGet32 (PcdDebugPrintErrorLevel) |= DEBUG_POOL | DEBUG_PAGE;