manunio 2ef2b9db9e fuzz: remove input limit
While working on https://github.com/djc/askama/pull/862 fuzz_parser was
crashing and failing oss-fuzz build_checks. so a limit of 500 was placed, this pr removes that.
2023-09-18 15:57:17 +02:00
..
2023-09-18 15:57:17 +02:00
2023-09-13 14:48:08 +02:00
2023-09-13 14:48:08 +02:00
2023-09-13 14:48:08 +02:00

Fuzzing

Install cargo-fuzz:

cargo install -f cargo-fuzz

Run any available target where $target is the name of the target.

cargo fuzz list # get list of targets
cargo +nightly fuzz run $target