Fix type in AFL_NOOPT env variable in afl-cc help message (#1982)

This commit is contained in:
Khaled Yakdan
2024-02-03 10:49:45 +01:00
committed by GitHub
parent 58871777ae
commit 1e7485dcee

View File

@ -2830,7 +2830,7 @@ static void maybe_usage(aflcc_state_t *aflcc, int argc, char **argv) {
" AFL_DONT_OPTIMIZE: disable optimization instead of -O3\n" " AFL_DONT_OPTIMIZE: disable optimization instead of -O3\n"
" AFL_NO_BUILTIN: no builtins for string compare functions (for " " AFL_NO_BUILTIN: no builtins for string compare functions (for "
"libtokencap.so)\n" "libtokencap.so)\n"
" AFL_NOOP: behave like a normal compiler (to pass configure " " AFL_NOOPT: behave like a normal compiler (to pass configure "
"tests)\n" "tests)\n"
" AFL_PATH: path to instrumenting pass and runtime " " AFL_PATH: path to instrumenting pass and runtime "
"(afl-compiler-rt.*o)\n" "(afl-compiler-rt.*o)\n"