We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36ab472 commit 95c2426Copy full SHA for 95c2426
test/fuzzers/README
@@ -23,3 +23,12 @@ python ../oss-fuzz/infra/helper.py build_fuzzers --external . --sanitizer addres
23
python ../oss-fuzz/infra/helper.py run_fuzzer --external . css_parse_fuzzer -- -verbosity=3 -print_final_stats=1
24
python ../oss-fuzz/infra/helper.py run_fuzzer --external . --sanitizer address css_parse_fuzzer -- -verbosity=3 -print_final_stats=1 -max_total_time=6000
25
```
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