pugixml: Update seed-corpus/dict files to match new fuzzer (#9900)

This commit is contained in:
Nathaniel Brough 2023-03-20 08:37:38 -07:00 committed by GitHub
parent 8b5d5822f9
commit 14bd73f03d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ $CXX $CXXFLAGS $LIB_FUZZING_ENGINE tests/fuzz_parse.cpp src/pugixml.o -o ${OUT}/
$CXX $CXXFLAGS $LIB_FUZZING_ENGINE tests/fuzz_xpath.cpp src/pugixml.o -o ${OUT}/fuzz_xpath
zip -r ${OUT}/fuzz_parse_seed_corpus.zip tests/data_fuzz_parse
zip -r ${OUT}/fuzz_xpath_seed_corpus.zip tests/data_fuzz_xpath
zip -r ${OUT}/fuzz_xpath_seed_corpus.zip tests/data_fuzz_xpath tests/data_fuzz_parse
cp tests/fuzz_parse.dict ${OUT}/fuzz_parse.dict
cp tests/fuzz_xpath.dict ${OUT}/fuzz_xpath.dict
cat ${OUT}/fuzz_parse.dict >> ${OUT}/fuzz_xpath.dict