File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ afl-requeue:
4242.PHONY : requeue
4343
4444setup-afl :
45- which cargo-afl || cargo install afl
45+ which cargo-afl || cargo install cargo- afl
4646 CARGO_TARGET_DIR=./target-afl/ cargo afl build --release --bin main_afl --features afl
4747
4848afl : in setup-afl
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ target.
1111
1212* ` FUZZ_BASIC=1 ` to run html5gum on the input, exhaust the token iterator but
1313 discard the output. This can only find crashes and hangs.
14+ * ` FUZZ_SPAN_INVARIANTS=1 ` to validate span correctness and find bugs in span
15+ attribution.
1416* ` FUZZ_OLD_HTML5GUM=1 ` to run html5gum against an older version of itself, and
1517 crash when html5gum produces different output than the old "reference
1618 version". This can be used to find bugs in patches to html5gum.
You can’t perform that action at this time.
0 commit comments