git subrepo clone --branch=0.30.3 https://github.com/commonmark/cmark.git deps/cmark
subrepo: subdir: "deps/cmark" merged: "5ba25ff" upstream: origin: "https://github.com/commonmark/cmark.git" branch: "0.30.3" commit: "5ba25ff" git-subrepo: version: "0.4.6" commit: "d4444b563"
This commit is contained in:
4
deps/cmark/test/run-cmark-fuzz
vendored
Executable file
4
deps/cmark/test/run-cmark-fuzz
vendored
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash -eu
|
||||
CMARK_FUZZ="$1"
|
||||
shift
|
||||
ASAN_OPTIONS="quarantine_size_mb=10:detect_leaks=1" "${CMARK_FUZZ}" -max_len=256 -timeout=1 -dict=test/fuzzing_dictionary "$@"
|
Reference in New Issue
Block a user