mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
Utilities/TestPeCoff: Disable DEBUG_RAISE for fuzzing
This commit is contained in:
parent
11a2606650
commit
2f14b6d30e
@ -252,6 +252,7 @@ LLVMFuzzerTestOneInput (
|
||||
return 0;
|
||||
}
|
||||
|
||||
PcdGet8 (PcdDebugRaisePropertyMask) = 0;
|
||||
// PcdGet32 (PcdFixedDebugPrintErrorLevel) |= DEBUG_POOL | DEBUG_PAGE;
|
||||
// PcdGet32 (PcdDebugPrintErrorLevel) |= DEBUG_POOL | DEBUG_PAGE;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user