rust-fuzz / cargo-fuzz

Command line helpers for fuzzing
https://rust-fuzz.github.io/book/cargo-fuzz.html
Apache License 2.0
1.48k stars 108 forks source link

Feature request: recursive option for `cargo fuzz cmin` #373

Open Pr0methean opened 2 months ago

Pr0methean commented 2 months ago

Often, running cargo fuzz cmin multiple times yields a smaller corpus each time. It'd be nice to have a command-line option to repeat the process until it no longer made a difference.