Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 594 Bytes

File metadata and controls

24 lines (19 loc) · 594 Bytes

Fuzzing

This project uses cargo-fuzz (libfuzzer) for fuzzing, you can run a fuzz target with:

CARGO_PROFILE_RELEASE_LTO=false cargo +nightly fuzz run local_address_str

You can replace local_address_str with the name of any other target you want to run.

Available fuzz targets:

  • addrman
  • best_chain_decode
  • best_chain_roundtrip
  • bitcoin_socket_addr
  • disk_block_header_decode
  • disk_block_header_roundtrip
  • flat_chainstore_header_insertion
  • local_address_str
  • onion_address_rtt
  • onion_address_str_parse
  • p2p_v2_message
  • utreexo_proof_des