mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 03:18:07 +00:00
honor afl_quiet on env var checks + code-format
This commit is contained in:
@ -324,6 +324,8 @@ char **get_wine_argv(u8 *own_loc, u8 **target_path_p, int argc, char **argv) {
|
|||||||
|
|
||||||
void check_environment_vars(char **envp) {
|
void check_environment_vars(char **envp) {
|
||||||
|
|
||||||
|
if (be_quiet) return;
|
||||||
|
|
||||||
int index = 0, found = 0;
|
int index = 0, found = 0;
|
||||||
char *env;
|
char *env;
|
||||||
while ((env = envp[index++]) != NULL) {
|
while ((env = envp[index++]) != NULL) {
|
||||||
|
Reference in New Issue
Block a user