mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2026-01-29 04:14:51 -05:00
Reverted addition of -m 100 flag
This commit is contained in:
parent
b3cd9dc8d0
commit
2eea3c6369
1 changed files with 1 additions and 1 deletions
|
|
@ -25,4 +25,4 @@ echo "abcd" > "$input_dir"/dummy
|
|||
|
||||
mkdir -p "$output_dir"
|
||||
|
||||
afl-fuzz -t 1000 -m 100 -i "$input_dir" -o "$output_dir" "$script_dir"/../_build/default/fuzz/"$name".exe @@
|
||||
afl-fuzz -t 1000 -i "$input_dir" -o "$output_dir" "$script_dir"/../_build/default/fuzz/"$name".exe @@
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue