kc3-lang/libxml2/fuzz/xinclude.options

Branch :


Log

Author Commit Date CI Message
39c5e09d 2025-04-03 13:23:07 fuzz: Use lint.dict for XInclude fuzzer lint.dict also contains useful XPath fragments. We still need a special dictionary for XInclude.
f895af09 2024-05-14 16:08:37 fuzz: Remove OSS-Fuzz timeout option Custom timeouts aren't fully supported on OSS-Fuzz.
09dac45a 2022-12-26 17:49:27 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.