Skip to content

Commit

Permalink
We don't care about missing crashes
Browse files Browse the repository at this point in the history
  • Loading branch information
louismerlin authored Oct 9, 2023
1 parent e5f0bf9 commit 6a0affd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/arbitrary_fuzz.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ fn integration() {
.arg("-j2")
.arg("-t5")
.arg(format!("-o{}", temp_dir_path.display()))
.env("AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES", "1")
.env("AFL_SKIP_CPUFREQ", "1")
.current_dir(fuzzer_directory)
.spawn()
Expand Down
2 changes: 2 additions & 0 deletions tests/url_fuzz.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ fn integration() {
.arg("-j2")
.arg("-t5")
.arg(format!("-o{}", temp_dir_path.display()))
.env("AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES", "1")
.env("AFL_SKIP_CPUFREQ", "1")
.current_dir(&fuzzer_directory)
.spawn()
Expand Down Expand Up @@ -91,6 +92,7 @@ fn integration() {
.arg("-j2")
.arg("-t5")
.arg(format!("-o{}", temp_dir_path.display()))
.env("AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES", "1")
.env("AFL_SKIP_CPUFREQ", "1")
.current_dir(&fuzzer_directory)
.spawn()
Expand Down

0 comments on commit 6a0affd

Please sign in to comment.