mirror of https://github.com/google/oss-fuzz.git
pugixml: Update seed-corpus/dict files to match new fuzzer (#9900)
This commit is contained in:
parent
8b5d5822f9
commit
14bd73f03d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue