Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tokatoka committed Jun 19, 2024
1 parent 6732508 commit 223f74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzers/fuzzbench_forkserver_cmplog/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ fn fuzz(
.build(tuple_list!(cmplog_observer))
.unwrap();

let tracing = AFLppCmplogTracingStage::with_cmplog_observer(cmplog_executor, cmplog_ref);
let tracing = AFLppCmplogTracingStage::new(cmplog_executor, cmplog_ref);

// Setup a randomic Input2State stage
let rq = MultiMutationalStage::new(AFLppRedQueen::with_cmplog_options(true, true), "multi");
Expand Down

0 comments on commit 223f74b

Please sign in to comment.