From 2f17068444b921cf6ceccc78777d8080cef7d0e4 Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Wed, 9 Dec 2020 00:31:12 +0100 Subject: [PATCH] fixed example --- afl/llmp_test/src/main.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/afl/llmp_test/src/main.rs b/afl/llmp_test/src/main.rs index 167aee970f..ab661bdd7b 100644 --- a/afl/llmp_test/src/main.rs +++ b/afl/llmp_test/src/main.rs @@ -102,6 +102,8 @@ fn main() { client .send_buf(TAG_SIMPLE_U32_V1, &counter.to_le_bytes()) .unwrap(); + prinln!("Writing", counter); + thread::sleep(Duration::from_secs(1)) } } "adder" => {