rust-bitcoin-unsafe-fast/fuzz
Martin Habovstiak 0e1b99359c Added fuzz test for `Script::bytes_to_asm_fmt`
This adds fuzz target for `Script::bytes_to_asm_fmt` which could
panic due to overflow in the past. Fuzzing should decrease the risk of
other panics.
2021-09-30 15:06:18 +02:00
..
fuzz_targets Added fuzz test for `Script::bytes_to_asm_fmt` 2021-09-30 15:06:18 +02:00
hfuzz_input remove hfuzz input not used anymore 2021-09-24 11:51:40 +02:00
.gitignore Add fuzzing code 2017-06-07 09:19:25 +01:00
Cargo.toml Added fuzz test for `Script::bytes_to_asm_fmt` 2021-09-30 15:06:18 +02:00
travis-fuzz.sh Update travis-fuzz.sh to check that fuzz input file names are allowed on Windows systems 2019-12-08 16:42:43 +00:00