rust-bitcoin-unsafe-fast/fuzz/fuzz_targets
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
..
deser_net_msg.rs Use new inclusive range syntax 2020-10-08 17:08:51 +03:00
deserialize_address.rs Use new inclusive range syntax 2020-10-08 17:08:51 +03:00
deserialize_amount.rs Use new inclusive range syntax 2020-10-08 17:08:51 +03:00
deserialize_block.rs Use new inclusive range syntax 2020-10-08 17:08:51 +03:00
deserialize_psbt.rs Use new inclusive range syntax 2020-10-08 17:08:51 +03:00
deserialize_script.rs Use new inclusive range syntax 2020-10-08 17:08:51 +03:00
deserialize_transaction.rs Use new inclusive range syntax 2020-10-08 17:08:51 +03:00
outpoint_string.rs Use new inclusive range syntax 2020-10-08 17:08:51 +03:00
script_bytes_to_asm_fmt.rs Added fuzz test for `Script::bytes_to_asm_fmt` 2021-09-30 15:06:18 +02:00
uint128_fuzz.rs Correct input length check for uin128 fuzzer 2021-06-15 23:10:38 +00:00