oxc/fuzz
2024-02-05 14:41:14 +08:00
..
fuzz_targets
.gitignore chore(fuzz): add --sanitizer none command 2023-09-09 12:15:57 +08:00
Cargo.toml fix(fuzz): fix fuzzer failed to compile 2023-11-19 11:14:05 +08:00
README.md chore(fuzz): add a timeout command 2024-02-05 14:41:14 +08:00

Fuzzer

Installation

cargo binstall cargo-fuzz

Run

Run fuzzer for the parser, for 15 minutes.

rustup default nightly
cargo +nightly fuzz run --sanitizer none parser -- -only_ascii=1 -max_total_time=900 -timeout=5