aboutsummaryrefslogtreecommitdiff
path: root/projects/bignum-fuzzer
diff options
context:
space:
mode:
authorGuido Vranken <guidovranken@users.noreply.github.com>2018-02-23 16:51:45 +0100
committerAbhishek Arya <inferno@chromium.org>2018-02-23 07:51:45 -0800
commit359e2a27f2b2e80c9286f0296f30f6811443022d (patch)
tree5472a6c85cc788e8934478c430e4ca1767acc093 /projects/bignum-fuzzer
parent8859dcda5df807eba26e5fd3807387e796126f41 (diff)
downloadoss-fuzz-359e2a27f2b2e80c9286f0296f30f6811443022d.tar.gz
bignum-fuzzer: don't download seed corpus but copy from repository (#1189)
Diffstat (limited to 'projects/bignum-fuzzer')
-rwxr-xr-xprojects/bignum-fuzzer/build.sh5
1 files 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