update corpus to the most recent version (#4416)

This commit is contained in:
Arvid Norberg 2020-09-07 00:35:08 -07:00 committed by GitHub
parent cfd37abba5
commit f8593119d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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