Skip to content

Commit

Permalink
rollback, whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
addisoncrump committed Apr 25, 2024
1 parent 2cb5cfe commit d115efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzers/libfuzzer_libpng/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ fn fuzz(corpus_dirs: &[PathBuf], objective_dir: PathBuf, broker_port: u16) -> Re

// Setup a basic mutator with a mutational stage

let mutator = StdScheduledMutator::with_max_stack_pow(havoc_mutations().merge(tokens_mutations()), 1);
let mutator = StdScheduledMutator::new(havoc_mutations().merge(tokens_mutations()));

let power = StdPowerMutationalStage::new(mutator);

Expand Down

0 comments on commit d115efe

Please sign in to comment.