about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2020-03-01 11:16:43 +0100
committerAndrea Fioraldi <andreafioraldi@gmail.com>2020-03-01 11:16:43 +0100
commitd946be29b9a15a28f5b19bd6abc01d2ca0ed44ba (patch)
treea4af815cbd15aafac22145f7367429f96a5be764
parent95322c11d978ac80d8b841ea8270780fd1b3eb55 (diff)
downloadafl++-d946be29b9a15a28f5b19bd6abc01d2ca0ed44ba.tar.gz
fix #218
-rw-r--r--llvm_mode/afl-clang-fast.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm_mode/afl-clang-fast.c b/llvm_mode/afl-clang-fast.c
index dd8d2dfc..fa3b5c78 100644
--- a/llvm_mode/afl-clang-fast.c
+++ b/llvm_mode/afl-clang-fast.c
@@ -43,6 +43,7 @@ static u32  cc_par_cnt = 1;            /* Param count, including argv0      */
 static u8   llvm_fullpath[PATH_MAX];
 static u8   cmplog_mode;
 u8          use_stdin = 0;                                         /* dummy */
+u8          be_quiet = 0;
 
 /* Try to find the runtime libraries. If that fails, abort. */