hickory-dns/fuzz
2023-06-11 09:17:27 -07:00
..
fuzz_targets fix fuzz build failure 2023-01-09 19:09:00 -08:00
Cargo.lock update cargo.lock for fuzz 2023-06-11 09:17:27 -07:00
Cargo.toml create default rules for justfile 2023-06-05 08:41:46 -07:00
README.md add README to the fuzz crate 2022-02-08 00:58:14 +01:00

Fuzzing

There are some basic fuzzing configurations in fuzz_targets. These can be run simply with:

&> cargo fuzz run message --sanitizer=none -- -max_len=1500 -use_value_profile=1

Ideally this should run for an indefinite period of time before finding an issue.