Add remaining fuzzing entry points

Closes #1
This commit is contained in:
2020-10-11 21:58:56 +02:00
parent df3f53bd5c
commit c2c5031538
2 changed files with 94 additions and 7 deletions

2
fuzz
View File

@@ -8,7 +8,7 @@ fuzz () {
echo "`tput bold`-- Fuzzing $1`tput sgr0`"
mkdir -p /tmp/corpus-$1
./fuzz-executor -test=$1 -artifact_prefix=$1- \
-max_len=32 -max_total_time=600 -timeout=1 /tmp/corpus-$1
-max_total_time=600 -timeout=1 /tmp/corpus-$1
}
if [ $# -gt 0 ]; then