From d8dcb1a9d36630f2f4bfc2f9b650eb9f577c55f7 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Tue, 8 Jan 2019 12:53:12 -0500 Subject: [PATCH] Add doc to full_stack_target --- fuzz/fuzz_targets/full_stack_target.rs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/fuzz/fuzz_targets/full_stack_target.rs b/fuzz/fuzz_targets/full_stack_target.rs index 6274d8fc..5941e3c9 100644 --- a/fuzz/fuzz_targets/full_stack_target.rs +++ b/fuzz/fuzz_targets/full_stack_target.rs @@ -1,3 +1,9 @@ +//! Test that no series of bytes received over the wire/connections created/payments sent can +//! result in a crash. We do this by standing up a node and then reading bytes from input to denote +//! actions such as creating new inbound/outbound connections, bytes to be read from a connection, +//! or payments to send/ways to handle events generated. +//! This test has been very useful, though due to its complexity good starting inputs are critical. + //Uncomment this for libfuzzer builds: //#![no_main] -- 2.30.2