mirror of https://github.com/google/oss-fuzz.git
update corpus to the most recent version (#4416)
This commit is contained in:
parent
cfd37abba5
commit
f8593119d1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue