kc3-lang/libxml2/fuzz/xml.dict

Branch :


Log

Author Commit Date CI Message
d644a23e 2024-05-05 23:37:03 fuzz: Improve xml.dict - Add standalone declaration - Add doctype declaration - Expand ATTLIST matrix in xml.dict
0987001c 2021-02-22 12:29:56 Add charset names to fuzzing dictionaries
00ed736e 2020-06-05 12:49:25 Add a couple of libFuzzer targets - XML fuzzer Currently tests the pull parser, push parser and reader, as well as serialization. Supports splitting fuzz data into multiple documents for things like external DTDs or entities. The seed corpus is built from parts of the test suite. - Regexp fuzzer Seed corpus was statically generated from test suite. - URI fuzzer Tests parsing and most other functions from uri.c.