mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
The CpuBreakPoint in UserMisc normally shouldn't enter dead-loop condition, instead it should break the program using abort signal. Also sets DEBUG_PROPERTY_ASSERT_BREAKPOINT_ENABLED bit by default in PcdDebugPropertyMask. As a background was a problem with fuzzing when program process falls into dead-loop condition instead of just to exit with crash