fixed fuzzbench some more

This commit is contained in:
Dominik Maier 2021-06-16 23:41:08 +02:00
parent 0af9c0c862
commit 8db453001f

View File

@ -100,7 +100,7 @@ pub extern "C" fn fuzzer_main() {
// For fuzzbench, crashes and finds are inside the same `corpus` directory, in the "queue" and "crashes" subdir.
let mut out_dir = PathBuf::from(res.value_of("out").unwrap().to_string());
let mut crashes = corpus.clone();
let mut crashes = out_dir.clone();
crashes.push("crashes");
out_dir.push("queue");