From 40661041899b35627587ec95cc6258b5af58c690 Mon Sep 17 00:00:00 2001 From: Alex Groce Date: Fri, 27 Jul 2018 17:36:57 -0700 Subject: [PATCH] debugging --- src/lib/DeepState.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib/DeepState.c b/src/lib/DeepState.c index c7bfcfd..79b733f 100644 --- a/src/lib/DeepState.c +++ b/src/lib/DeepState.c @@ -548,7 +548,9 @@ extern int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) { if (Size > sizeof(DeepState_Input)) { return 0; // Just ignore any too-big inputs } - + + printf("LLVM fuzzing with input of size %u\n", Size); + struct DeepState_TestInfo *test = NULL; DeepState_InitOptions(0, "");