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:
Remi Gacogne 2022-11-28 21:43:58 +01:00 committed by GitHub
parent e011be1a58
commit eed607c08a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

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