Skip to content

Commit

Permalink
fix: fuzz.sh (#64)
Browse files Browse the repository at this point in the history
The path in the file was incorrect.
  • Loading branch information
joonazan authored Sep 20, 2024
1 parent d3301a7 commit e8e72b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/afl-fuzz/fuzz.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export AFL_AUTORESUME=1
cargo afl build --release && cargo afl fuzz -i in -o out -g $(cargo run --bin check_input_size) ../target/release/differential_fuzzing
cargo afl build --release && cargo afl fuzz -i in -o out -g $(cargo run --bin check_input_size) ../../target/release/differential_fuzzing

0 comments on commit e8e72b5

Please sign in to comment.