From c2c5031538e9d48925c758b23df8d093358ba3fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Sun, 11 Oct 2020 21:58:56 +0200 Subject: Add remaining fuzzing entry points Closes #1 --- fuzz | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fuzz') diff --git a/fuzz b/fuzz index 0964712..071bb17 100755 --- a/fuzz +++ b/fuzz @@ -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 -- cgit v1.2.3