aboutsummaryrefslogtreecommitdiff
path: root/fuzz
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2020-10-11 21:58:56 +0200
committerPřemysl Eric Janouch <p@janouch.name>2020-10-12 02:07:07 +0200
commitc2c5031538e9d48925c758b23df8d093358ba3fd (patch)
tree48c9997e2c3985240113f92aeaccac06cea866c0 /fuzz
parentdf3f53bd5c370dcd46074189f3ad545c6aab942b (diff)
downloadliberty-c2c5031538e9d48925c758b23df8d093358ba3fd.tar.gz
liberty-c2c5031538e9d48925c758b23df8d093358ba3fd.tar.xz
liberty-c2c5031538e9d48925c758b23df8d093358ba3fd.zip
Add remaining fuzzing entry points
Closes #1
Diffstat (limited to 'fuzz')
-rwxr-xr-xfuzz2
1 files changed, 1 insertions, 1 deletions
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