Skip to content

Commit 95c2426

Browse files
committed
README: document how to run individual fuzzer crash file
1 parent 36ab472 commit 95c2426

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

test/fuzzers/README

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,12 @@ python ../oss-fuzz/infra/helper.py build_fuzzers --external . --sanitizer addres
2323
python ../oss-fuzz/infra/helper.py run_fuzzer --external . css_parse_fuzzer -- -verbosity=3 -print_final_stats=1
2424
python ../oss-fuzz/infra/helper.py run_fuzzer --external . --sanitizer address css_parse_fuzzer -- -verbosity=3 -print_final_stats=1 -max_total_time=6000
2525
```
26+
27+
28+
Repro (on crash file crash-c4825edc46a285de7bbcc52e0065d1e743ddd467)
29+
30+
```
31+
python ../oss-fuzz/infra/helper.py shell --external . --sanitizer address
32+
/out/css_parse_fuzzer -verbosity=3 -print_final_stats=1 /out/crash-c4825edc46a285de7bbcc52e0065d1e743ddd467
33+
34+
```

0 commit comments

Comments
 (0)