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

Method InterruptCallback

fuzz/libfuzzer/FuzzerLoop.cpp:282–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282void Fuzzer::InterruptCallback() {
283 Printf("==%lu== libFuzzer: run interrupted; exiting\n", GetPid());
284 PrintFinalStats();
285 ScopedDisableMsanInterceptorChecks S; // RmDirRecursive may call opendir().
286 RmDirRecursive(TempPath("FuzzWithFork", ".dir"));
287 // Stop right now, don't perform any at-exit actions.
288 _Exit(Options.InterruptExitCode);
289}
290
291NO_SANITIZE_MEMORY
292void Fuzzer::AlarmCallback() {

Callers 1

Calls 4

RmDirRecursiveFunction · 0.85
TempPathFunction · 0.85
PrintfFunction · 0.70
GetPidFunction · 0.70

Tested by

no test coverage detected