Fix dyslexia and clang format

This commit is contained in:
Carlo Maragno
2022-04-02 13:11:39 +02:00
parent 657e4cc812
commit 26f3ec28ee
4 changed files with 119 additions and 63 deletions

View File

@ -496,7 +496,7 @@ void read_afl_environment(afl_state_t *afl, char **envp) {
afl->max_length =
atoi((u8 *)get_afl_env(afl_environment_variables[i]));
}else if (!strncmp(env, "AFL_PIZZA_MODE",
} else if (!strncmp(env, "AFL_PIZZA_MODE",
afl_environment_variable_len)) {