bignum-fuzzer: don't download seed corpus but copy from repository (#1189)

This commit is contained in:
Guido Vranken 2018-02-23 16:51:45 +01:00 committed by Abhishek Arya
parent 8859dcda5d
commit 359e2a27f2
1 changed files with 3 additions and 2 deletions

View File

@ -26,5 +26,6 @@ cd $SRC
# Copy fuzzer to the designated location
cp $SRC/bignum-fuzzer/fuzzer $OUT/fuzzer_openssl_go_no_negative_num_len_1200_all_operations
cd $OUT
wget https://transfer.sh/gFacf/fuzzer_openssl_go_no_negative_num_len_1200_all_operations_seed_corpus.zip
# Copy seed corpus to the designated location
cp $SRC/bignum-fuzzer/corpora/fuzzer_openssl_go_no_negative_num_len_1200_all_operations_seed_corpus.zip $OUT