mirror of https://github.com/google/oss-fuzz.git
bignum-fuzzer: don't download seed corpus but copy from repository (#1189)
This commit is contained in:
parent
8859dcda5d
commit
359e2a27f2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue