summaryrefslogtreecommitdiff
path: root/tests/data_fuzz_parse/types.xml
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2015-03-13 00:18:30 -0700
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2015-03-13 00:18:30 -0700
commit15fba1debca5498989048677ffda38758b2df984 (patch)
treed2891e531717681619f55e79fc5efa81b46822e2 /tests/data_fuzz_parse/types.xml
parent0542b1869b6970003caa954ebc5f1dea41d48032 (diff)
tests: Add support for afl-fuzz
With the current setup it successfully finds the (fixed) DOCTYPE buffer overrun in ~50 minutes (on a single core).
Diffstat (limited to 'tests/data_fuzz_parse/types.xml')
-rw-r--r--tests/data_fuzz_parse/types.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/data_fuzz_parse/types.xml b/tests/data_fuzz_parse/types.xml
new file mode 100644
index 0000000..dc6369a
--- /dev/null
+++ b/tests/data_fuzz_parse/types.xml
@@ -0,0 +1 @@
+<?xml version='1.0'?> <!DOCTYPE html> <node attr="value"> <child/> pcdata <![CDATA[ test ]]> <!-- comment - --> <?pi value?> </node> \ No newline at end of file