cmark

My personal build of CMark ✏️

run-cmark-fuzz (165B)

1 #!/bin/bash -eu
2 CMARK_FUZZ="$1"
3 shift
4 ASAN_OPTIONS="quarantine_size_mb=10:detect_leaks=1" "${CMARK_FUZZ}" -max_len=256 -timeout=1 -dict=test/fuzzing_dictionary "$@"