mirror of
https://github.com/mirror/wget.git
synced 2025-03-04 14:50:35 +08:00
* fuzz/get_ossfuzz_corpora: Fix path
This commit is contained in:
parent
ace96e4412
commit
ad2471425f
@ -25,7 +25,7 @@ project=wget
|
||||
# sync/copy the OSS-Fuzz corpora into the .new directory
|
||||
mkdir -p ${fuzzer}.new
|
||||
cp -fp ${fuzzer}.in/* ${fuzzer}.new
|
||||
gsutil -m rsync gs://${project}-corpus.clusterfuzz-external.appspot.com/libFuzzer/wget_${fuzzer} ${fuzzer}.new
|
||||
gsutil -m rsync gs://${project}-corpus.clusterfuzz-external.appspot.com/libFuzzer/${fuzzer} ${fuzzer}.new
|
||||
|
||||
# create fuzzer target
|
||||
BUILD_ONLY=1 ./run-clang.sh ${fuzzer}
|
||||
|
Loading…
Reference in New Issue
Block a user