Skip to content

Commit

Permalink
oss-fuzz: pass --verbose to cargo
Browse files Browse the repository at this point in the history
It should make it easier to track down issues
like google/oss-fuzz#5865 (comment)
  • Loading branch information
evverx authored and mayhem-bot committed Jul 27, 2022
1 parent dd4de65 commit cf487cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzz/oss-fuzz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -eux

cargo fuzz build -O
cargo fuzz build -O --verbose
cp fuzz/target/x86_64-unknown-linux-gnu/release/fuzz_from_to_string $OUT/fuzz_from_to_string
wget https://raw.githubusercontent.com/google/fuzzing/master/dictionaries/toml.dict -O $OUT/fuzz_from_to_string.dict
zip -r $OUT/fuzz_from_to_string_seed_corpus.zip test-suite/tests

0 comments on commit cf487cd

Please sign in to comment.