hickory-dns/fuzz
dependabot[bot] 8867c15372 Bump tokio from 1.12.0 to 1.19.2 in /fuzz
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.12.0 to 1.19.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.12.0...tokio-1.19.2)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-13 08:50:21 -07:00
..
fuzz_targets update crossbeam in cargo.lock file 2022-02-08 00:58:14 +01:00
Cargo.lock Bump tokio from 1.12.0 to 1.19.2 in /fuzz 2022-06-13 08:50:21 -07:00
Cargo.toml enforce maximum name length on parsing of Name 2022-02-08 00:58:14 +01: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.