Files
third_party_rust_rust-smallvec/fuzz
2020-04-22 12:42:04 -07:00
..
2019-10-29 21:36:59 -07:00
2020-04-22 12:42:04 -07:00
2020-03-17 19:32:21 -03:00
2019-10-29 21:36:59 -07:00
2020-03-17 19:32:21 -03:00

Fuzzer for smallvec

Based on fuzzing in rust-bitcoin

Running manually with afl

cargo afl build --release --bin smallvec_ops --features afl   && cargo afl fuzz -i in -o out target/release/smallvec_ops

Useful links: