mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-12 09:17:37 +03:00
fuzz: Enable reader fuzzer on OSS-Fuzz
This commit is contained in:
parent
45fe9924f0
commit
6641a7e824
@ -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
2
fuzz/reader.options
Normal file
@ -0,0 +1,2 @@
|
||||
[libfuzzer]
|
||||
dict = xml.dict
|
Loading…
Reference in New Issue
Block a user