Utilities/TestPeCoff: Disable DEBUG_RAISE for fuzzing

This commit is contained in:
Savva Mitrofanov 2023-04-23 10:03:04 +03:00 committed by Vitaly Cheptsov
parent 11a2606650
commit 2f14b6d30e

View File

@ -252,6 +252,7 @@ LLVMFuzzerTestOneInput (
return 0;
}
PcdGet8 (PcdDebugRaisePropertyMask) = 0;
// PcdGet32 (PcdFixedDebugPrintErrorLevel) |= DEBUG_POOL | DEBUG_PAGE;
// PcdGet32 (PcdDebugPrintErrorLevel) |= DEBUG_POOL | DEBUG_PAGE;