mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-17 12:18:08 +00:00
fix error msg
This commit is contained in:
@ -1802,8 +1802,8 @@ int main(int argc, char **argv, char **envp) {
|
|||||||
if (instrument_opt_mode && instrument_mode != INSTRUMENT_CLASSIC &&
|
if (instrument_opt_mode && instrument_mode != INSTRUMENT_CLASSIC &&
|
||||||
instrument_mode != INSTRUMENT_CFG)
|
instrument_mode != INSTRUMENT_CFG)
|
||||||
FATAL(
|
FATAL(
|
||||||
"CTX and NGRAM instrumentation options can only be used with CFG "
|
"CTX and NGRAM instrumentation options can only be used with LLVM and "
|
||||||
"(recommended) and CLASSIC instrumentation modes!");
|
"CFG or CLASSIC instrumentation modes!");
|
||||||
|
|
||||||
if (getenv("AFL_LLVM_SKIP_NEVERZERO") && getenv("AFL_LLVM_NOT_ZERO"))
|
if (getenv("AFL_LLVM_SKIP_NEVERZERO") && getenv("AFL_LLVM_NOT_ZERO"))
|
||||||
FATAL(
|
FATAL(
|
||||||
|
Reference in New Issue
Block a user