Name Description Size
moz.build 426
Nyx.cpp In this macro, we must avoid calling MOZ_CRASH and friends, as these calls will redirect to the Nyx event handler routines. If the library is not properly preloaded, we will crash in the process. Instead, emit a descriptive error and then force a crash that won't be redirected. 6910
Nyx.h mozilla_fuzzing_Nyx_h 1560
NyxWrapper.h We need this event handler definition both in C and C++ to differentiate the various flavors of controlled aborts (e.g. MOZ_DIAGNOSTIC_ASSERT vs. MOZ_RELEASE_ASSERT). Hence we can't use the higher level C++ API for this and directly redirect to the Nyx event handler in the preloaded library. 1205