mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 19:38:09 +00:00
honor no_quiet for missing llvm_mode output, also print to stderr with afl-*-rt.o.c instead of stdout for errors plus two potential bad free() fixes
This commit is contained in:
@ -424,7 +424,7 @@ static void edit_params(int argc, char** argv) {
|
||||
|
||||
} else
|
||||
|
||||
if (dir_ent->d_name[0] != '.')
|
||||
if (dir_ent->d_name[0] != '.' && !be_quiet)
|
||||
WARNF("Unusual file found in ar archive %s: %s", argv[i], ar_file);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user