Sha256: 1291e852c5a5cfc5a853ed4d723189276ef21d989c108e91bc23ca9427b781db
Contents?: true
Size: 165 Bytes
Versions: 11
Compression:
Stored size: 165 Bytes
Contents
#!/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 "$@"
Version data entries
11 entries across 11 versions & 1 rubygems