Skip to content

Commit bcb6c8c

Browse files
committed
fuzz
1 parent 2a4937c commit bcb6c8c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/fuzz.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ jobs:
6363
./fuzz -only_ascii=1 -timeout=5 -fork=$(nproc) -use_value_profile=1 -reduce_inputs=0 -timeout_exitcode=0 -max_total_time=60 -artifact_prefix=./artifacts/ corpus
6464
# if a crash happens with a file from the corpus the fuzzer will not fail - so fail if any artifacts have been written
6565
test $(find ./artifacts -type f | wc -l) -eq 0
66+
env:
67+
ASAN_OPTIONS: detect_stack_use_after_return=1
68+
UBSAN_OPTIONS: print_stacktrace=1:halt_on_error=1:report_error_type=1
6669

6770
- name: Upload corpus
6871
if: success() || failure()

0 commit comments

Comments
 (0)