fix plot_data output and code-format

This commit is contained in:
van Hauser
2020-04-17 07:10:42 +02:00
parent 23ea727915
commit c961925356
7 changed files with 27 additions and 21 deletions

View File

@ -34,7 +34,7 @@
information. The called program will update afl->fsrv->trace_bits. */
fsrv_run_result_t fuzz_run_target(afl_state_t *afl, afl_forkserver_t *fsrv,
u32 timeout) {
u32 timeout) {
fsrv_run_result_t res = afl_fsrv_run_target(fsrv, timeout, &afl->stop_soon);
// TODO: Don't classify for faults?