From 59b80cb01e49804f1b6fabffa36514bb6a6a4fea Mon Sep 17 00:00:00 2001 From: Andrea Fioraldi Date: Sun, 1 Mar 2020 11:51:15 +0100 Subject: fix #218 for GCC plugin --- gcc_plugin/afl-gcc-fast.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc_plugin/afl-gcc-fast.c') diff --git a/gcc_plugin/afl-gcc-fast.c b/gcc_plugin/afl-gcc-fast.c index 91b786ba..a57f48d3 100644 --- a/gcc_plugin/afl-gcc-fast.c +++ b/gcc_plugin/afl-gcc-fast.c @@ -41,6 +41,7 @@ static u8* obj_path; /* Path to runtime libraries */ static u8** cc_params; /* Parameters passed to the real CC */ static u32 cc_par_cnt = 1; /* Param count, including argv0 */ u8 use_stdin = 0; /* dummy */ +u8 be_quiet; /* Try to find the runtime libraries. If that fails, abort. */ -- cgit 1.4.1