diff options
author | h1994st <h1994st@gmail.com> | 2020-03-02 15:27:31 -0500 |
---|---|---|
committer | h1994st <h1994st@gmail.com> | 2020-03-02 15:27:31 -0500 |
commit | 031946136bb61990d03d7cc4ebc9487218b30338 (patch) | |
tree | 37f27b4f0a84da70f3e0decddd16639217c936b9 /gcc_plugin | |
parent | 7b59e05600aff4e9deb3110887d6ad49838f02b0 (diff) | |
parent | f6050ab804f06fbedfb1fd1b619217be85db2e00 (diff) | |
download | afl++-031946136bb61990d03d7cc4ebc9487218b30338.tar.gz |
Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplus
Diffstat (limited to 'gcc_plugin')
-rw-r--r-- | gcc_plugin/afl-gcc-fast.c | 1 |
1 files changed, 1 insertions, 0 deletions
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. */ |