Skip to content

Commit 8266b1d

Browse files
committed
update docs and makefile
1 parent c6dbaf1 commit 8266b1d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

fuzz/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ afl-requeue:
4242
.PHONY: requeue
4343

4444
setup-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

4848
afl: in setup-afl

fuzz/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)