From f8593119d16086fada08129584660f3ef16435d8 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Mon, 7 Sep 2020 00:35:08 -0700 Subject: [PATCH] update corpus to the most recent version (#4416) --- projects/libtorrent/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/libtorrent/build.sh b/projects/libtorrent/build.sh index 062b01dd6..7741f2881 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