We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04c2413 commit bfcf90dCopy full SHA for bfcf90d
fuzz/fuzz_targets/full_stack_target.rs
@@ -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
+
7
//Uncomment this for libfuzzer builds:
8
//#![no_main]
9
0 commit comments