cmark

My personal build of CMark ✏️

Commit
58319aa3ffb6054d88650acba3b0678ef7c13b92
Parent
914e82fad8d89c8ebc23bb9888754627ff24f839
Author
John MacFarlane <jgm@berkeley.edu>
Date

make afl: use afl_dictionary, raise timeout for hangs.

Diffstat

1 file changed, 2 insertions, 0 deletions

Status File Name N° Changes Insertions Deletions
Modified Makefile 2 2 0
diff --git a/Makefile b/Makefile
@@ -67,6 +67,8 @@ afl:
 	$(AFL_PATH)/afl-fuzz \
 	    -i test/afl_test_cases \
 	    -o test/afl_results \
+	    -x test/afl_dictionary \
+	    -t 100 \
 	    -m none \
 	    $(CMARK)