aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Arvid Norberg <arvid@libtorrent.org>2020-09-07 00:35:08 -0700
committerGravatar GitHub <noreply@github.com>2020-09-07 00:35:08 -0700
commitf8593119d16086fada08129584660f3ef16435d8 (patch)
tree310bd66afc81fbe148c5612a3811da5f73c373ef
parentcfd37abba5b36058d05e9ba48cd1eccf7c5ddfe1 (diff)
update corpus to the most recent version (#4416)
-rwxr-xr-xprojects/libtorrent/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/libtorrent/build.sh b/projects/libtorrent/build.sh
index 062b01dd..7741f288 100755
--- a/projects/libtorrent/build.sh
+++ b/projects/libtorrent/build.sh
@@ -32,7 +32,7 @@ cd fuzzers
ASAN_OPTIONS=detect_leaks=0 b2 clang-ossfuzz -j$(nproc) crypto=openssl fuzz=external sanitize=off stage-large logging=off
cp fuzzers/* $OUT
-wget --no-verbose https://github.com/arvidn/libtorrent/releases/download/libtorrent-1_2_1/corpus.zip
+wget --no-verbose https://github.com/arvidn/libtorrent/releases/download/2.0/corpus.zip
unzip -q corpus.zip
cd corpus
for f in *; do