Skip to content

Commit d80b494

Browse files
xinhaoyuancopybara-github
authored andcommitted
Disable the reporter before exiting to avoid "UnexpectedExit" error.
PiperOrigin-RevId: 895490435
1 parent 800c545 commit d80b494

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

fuzztest/internal/runtime.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -802,6 +802,7 @@ bool FuzzTestFuzzerImpl::ReplayInputsIfAvailable(
802802
counter = 0;
803803
}
804804
}
805+
runtime_.DisableReporter();
805806
std::exit(130); // Exit code termination.
806807
}
807808

0 commit comments

Comments
 (0)