mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-18 20:48:07 +00:00
honor afl_quiet on env var checks + code-format
This commit is contained in:
@ -824,7 +824,7 @@ static void usage(u8 *argv0) {
|
||||
|
||||
static void find_binary(u8 *fname) {
|
||||
|
||||
u8 *env_path = 0;
|
||||
u8 * env_path = 0;
|
||||
struct stat st;
|
||||
|
||||
if (strchr(fname, '/') || !(env_path = getenv("PATH"))) {
|
||||
|
Reference in New Issue
Block a user