Skip to content

Commit bfcf90d

Browse files
committed
Add doc to full_stack_target
1 parent 04c2413 commit bfcf90d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

fuzz/fuzz_targets/full_stack_target.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
//! Test that no series of bytes received over the wire/connections created/payments sent can
2+
//! result in a crash. We do this by standing up a node and then reading bytes from input to denote
3+
//! actions such as creating new inbound/outbound connections, bytes to be read from a connection,
4+
//! or payments to send/ways to handle events generated.
5+
//! This test has been very useful, though due to its complexity good starting inputs are critical.
6+
17
//Uncomment this for libfuzzer builds:
28
//#![no_main]
39

0 commit comments

Comments
 (0)