topola/crates/specctra-core/fuzz
Ellen Emilia Anna Zscheile bf1addbdaf chore: fix some more clippy warnings 2025-03-31 01:58:34 +02:00
..
fuzz_targets chore: fix some more clippy warnings 2025-03-31 01:58:34 +02:00
.gitignore chore(licensing): add REUSE headers to hidden files, `flake.nix`, `index.html` 2024-12-30 00:18:38 +01:00
Cargo.toml chore(licensing): add REUSE license headers to `**.{rs,md,toml}` files 2024-12-29 22:47:00 +01:00
README.md chore(licensing): add REUSE license headers to `**.{rs,md,toml}` files 2024-12-29 22:47:00 +01:00

README.md

Fuzzer for specctra-core

This fuzzer uses cargo-fuzz. It requires nightly rust to run, and can e.g. be invoked via cargo fuzz run fuzz_target_1.

Initialize the corpus via e.g.:

mkdir -p corpus/fuzz_target_1
cp -t corpus/fuzz_target_1 $(find ../../../tests | grep \\.dsn)

before invoking the fuzzer in order to provide the fuzzing with information how input should normally look like.