Add a fuzz target to test monitor update failure handling 2019-01-monitor-update-handle-fuzz
authorMatt Corallo <git@bluematt.me>
Mon, 7 Jan 2019 22:17:36 +0000 (17:17 -0500)
committerMatt Corallo <git@bluematt.me>
Thu, 24 Jan 2019 18:17:00 +0000 (13:17 -0500)
commit49d63302c3dd269279489590ca1bb4a939fdece4
treee5c74216b2327259b5a45da979aa40117a6192de
parentaa9a848f79e11e222011d24a7a272744932c95ad
Add a fuzz target to test monitor update failure handling

Sadly this requires reducing the honggfuzz iterations to fit within
Travis' runtime limits.
fuzz/Cargo.toml
fuzz/fuzz_targets/chanmon_fail_consistency.rs [new file with mode: 0644]
fuzz/travis-fuzz.sh