Update run_fuzzer

This commit is contained in:
Oliver Chang 2017-02-16 21:33:37 -08:00 committed by GitHub
parent 63cd2fb7f9
commit 76762126ce
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ shift
rm -rf /tmp/input/ && mkdir /tmp/input/
CORPUS=
SEED_CORPUS="${FUZZER}_seed_corpus.zip"
if [ -f $SEED_CORPUS ]; then
echo "Using seed corpus: $SEED_CORPUS"