mirror of https://github.com/google/oss-fuzz.git
powerdns: Use the HTTP corpus for the YaHTTP fuzzing target (#9082)
Now that https://github.com/PowerDNS/pdns/pull/9709 has been merged.
This commit is contained in:
parent
e011be1a58
commit
eed607c08a
|
@ -63,3 +63,6 @@ fi
|
|||
if [ -d ../fuzzing/corpus/zones/ ]; then
|
||||
zip -j "${OUT}/fuzz_target_zoneparsertng_seed_corpus.zip" ../fuzzing/corpus/zones/*
|
||||
fi
|
||||
if [ -d ../fuzzing/corpus/http-raw-payloads/ ]; then
|
||||
zip -j "${OUT}/fuzz_target_yahttp_seed_corpus.zip" ../fuzzing/corpus/http-raw-payloads/*
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue