debugging

This commit is contained in:
Alex Groce
2018-07-27 17:36:57 -07:00
parent 89ceafcea6
commit 4066104189
+3 -1
View File
@@ -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, "");