1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 12:25:09 +03:00

fuzz: Enable reader fuzzer on OSS-Fuzz

This commit is contained in:
Nick Wellnhofer 2024-04-23 18:17:02 +02:00
parent 45fe9924f0
commit 6641a7e824
2 changed files with 3 additions and 1 deletions

View File

@ -24,7 +24,7 @@ cd fuzz
make clean-corpus
make fuzz.o
for fuzzer in api html regexp schema uri valid xinclude xml xpath; do
for fuzzer in api html reader regexp schema uri valid xinclude xml xpath; do
make $fuzzer.o
# Link with $CXX
$CXX $CXXFLAGS \

2
fuzz/reader.options Normal file
View File

@ -0,0 +1,2 @@
[libfuzzer]
dict = xml.dict