This website requires JavaScript.
Explore
Help
Sign In
mirror
/
libxml2
Watch
2
Star
0
Fork
0
You've already forked libxml2
mirror of
https://github.com/GNOME/libxml2.git
synced
2025-04-18 19:40:25 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
libxml2
/
fuzz
/
xinclude.options
3 lines
29 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
fuzz: Add separate XInclude fuzzer XIncludes involve XPath processing which can still lead to timeouts when fuzzing. This will probably take a while to fix. The rest of the XML parsing code should hopefully run without timeouts now. OSS-Fuzz only shows a single timeout test case, so separate the XInclude from the core XML fuzzer.
2022-12-26 17:49:27 +01:00
[libfuzzer]
fuzz: Use lint.dict for XInclude fuzzer lint.dict also contains useful XPath fragments. We still need a special dictionary for XInclude.
2025-04-03 13:23:07 +02:00
dict = lint.dict
Reference in New Issue
Copy Permalink