mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-17 04:18:06 +00:00
code-format, env.md fixes and adding -hh for env usage display into afl-fuzz and Makefile
This commit is contained in:
@ -339,8 +339,8 @@ int main(int argc, char** argv, char** envp) {
|
||||
"AFL_GCC_WHITELIST: enable whitelisting (selective instrumentation)\n"
|
||||
|
||||
"\nafl-gcc-fast was built for gcc %s with the gcc binary path of "
|
||||
"\"%s\".\n\n"
|
||||
, BIN_PATH, BIN_PATH, GCC_VERSION, GCC_BINDIR);
|
||||
"\"%s\".\n\n",
|
||||
BIN_PATH, BIN_PATH, GCC_VERSION, GCC_BINDIR);
|
||||
|
||||
exit(1);
|
||||
|
||||
|
Reference in New Issue
Block a user