From 359e2a27f2b2e80c9286f0296f30f6811443022d Mon Sep 17 00:00:00 2001 From: Guido Vranken Date: Fri, 23 Feb 2018 16:51:45 +0100 Subject: [PATCH] bignum-fuzzer: don't download seed corpus but copy from repository (#1189) --- projects/bignum-fuzzer/build.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/projects/bignum-fuzzer/build.sh b/projects/bignum-fuzzer/build.sh index daff31934..37462c1ad 100755 --- a/projects/bignum-fuzzer/build.sh +++ b/projects/bignum-fuzzer/build.sh @@ -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