From 6911290dbb577fb295e556da6fd7e4f5f7c81a8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 20 Feb 2017 11:37:43 +0100 Subject: test/fuzz: add fuzzing infrastructure For now we use the american fuzzy lop in the future we might also add libFuzzer support. --- fuzz/inputs/text-fuzzer/text-fuzzer.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 fuzz/inputs/text-fuzzer/text-fuzzer.in (limited to 'fuzz/inputs') diff --git a/fuzz/inputs/text-fuzzer/text-fuzzer.in b/fuzz/inputs/text-fuzzer/text-fuzzer.in new file mode 100644 index 0000000..11e910c --- /dev/null +++ b/fuzz/inputs/text-fuzzer/text-fuzzer.in @@ -0,0 +1,13 @@ +i 0 text +d 1 2 +s +i 1 ex +u +r +- ++ +p +# += 2 +? +q -- cgit v1.2.3