diff --git a/fuzztest/internal/runtime.cc b/fuzztest/internal/runtime.cc index cee5f50c..f03dbaf1 100644 --- a/fuzztest/internal/runtime.cc +++ b/fuzztest/internal/runtime.cc @@ -802,6 +802,7 @@ bool FuzzTestFuzzerImpl::ReplayInputsIfAvailable( counter = 0; } } + runtime_.DisableReporter(); std::exit(130); // Exit code termination. }