Skip to content

Commit 72dd991

Browse files
committed
Add a fuzz target to test monitor update failure handling
1 parent f8ea19d commit 72dd991

File tree

2 files changed

+552
-0
lines changed

2 files changed

+552
-0
lines changed

fuzz/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ path = "fuzz_targets/peer_crypt_target.rs"
4444
name = "full_stack_target"
4545
path = "fuzz_targets/full_stack_target.rs"
4646

47+
[[bin]]
48+
name = "chanmon_fail_consistency"
49+
path = "fuzz_targets/chanmon_fail_consistency.rs"
50+
4751
[[bin]]
4852
name = "router_target"
4953
path = "fuzz_targets/router_target.rs"

0 commit comments

Comments
 (0)