From b7e44b511e391399aa2aeb7a0937d3efd27755de Mon Sep 17 00:00:00 2001 From: Alex Groce Date: Sun, 6 Jan 2019 14:58:29 -0700 Subject: [PATCH] proper default --- src/lib/DeepState.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/DeepState.c b/src/lib/DeepState.c index 8bc23fe..085deb8 100644 --- a/src/lib/DeepState.c +++ b/src/lib/DeepState.c @@ -57,7 +57,7 @@ int DeepState_UsingSymExec = 0; int DeepState_UsingLibFuzzer = 0; /* To make libFuzzer louder on mac OS. */ -int DeepState_LibFuzzerLoud = 1; +int DeepState_LibFuzzerLoud = 0; /* Array of DeepState generated strings. Impossible for there to * be more than there are input bytes. Index stores where we are. */