diwakergupta / stacks-blockchain-tob-audit

GNU General Public License v3.0
0 stars 0 forks source link

fuzz-consensus-deserialize-value #21

Open smoelius opened 4 years ago

smoelius commented 4 years ago
cargo test chainstate # This will generate a fuzzing corpus in `corpus_value`.
                      # Some tests will fail.  This is a known problem.  See the
                      # note preceding `record_data`.
cd fuzz
cargo fuzz build
cargo fuzz run value ../corpus_value