MCPcopy Create free account
hub / github.com/HexHive/NASS / StaticCrashSignalCallback

Method StaticCrashSignalCallback

fuzz/libfuzzer/FuzzerLoop.cpp:207–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207void Fuzzer::StaticCrashSignalCallback() {
208 assert(F);
209 F->CrashCallback();
210}
211
212void Fuzzer::StaticExitCallback() {
213 assert(F);

Callers

nothing calls this directly

Calls 1

CrashCallbackMethod · 0.80

Tested by

no test coverage detected