Files
nushell/crates/nu-parser/fuzz
Allan 00bc3b054d Add --locked flag to Cargo install
Using the `--locked` flag prevents installation failures when dependencies have broken updates.

All references are replaced.
2024-11-18 09:28:05 -05:00
..
2024-05-28 12:04:09 -07:00
2024-11-18 09:28:05 -05:00

Fuzzer for nu-parser

Quick start guide

  • Install cargo-fuzz by cargo install cargo-fuzz --locked
  • Run gather_seeds.nu for preparing the initial seeds corpus
  • Make output directory mkdir out
  • Run the fuzzer with cargo fuzz run parse out seeds