[wolfssl] Add seed corpus (#8558)

This commit is contained in:
Guido Vranken 2022-09-21 22:51:26 +02:00 committed by GitHub
parent c8c9ee902b
commit c801737278
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -318,6 +318,9 @@ then
cp -R $SRC/wolfssh/ $NEW_SRC cp -R $SRC/wolfssh/ $NEW_SRC
cp -R $SRC/fuzzing-headers/ $NEW_SRC cp -R $SRC/fuzzing-headers/ $NEW_SRC
OSS_FUZZ_BUILD=1 SRC="$NEW_SRC" $NEW_SRC/build.sh OSS_FUZZ_BUILD=1 SRC="$NEW_SRC" $NEW_SRC/build.sh
# Copy corpora for SSL/SSH fuzzers
cp $SRC/wolf-ssl-ssh-fuzzers/corpora/fuzzer-wolfssl-client-randomize_seed_corpus.zip $OUT/
fi fi
if [[ $CFLAGS != *-m32* ]] if [[ $CFLAGS != *-m32* ]]