mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 19:08:08 +00:00
fix warning
This commit is contained in:
@ -1345,12 +1345,11 @@ int main(int argc, char **argv_orig, char **envp) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
if (afl->sync_id && afl->is_main_node &&
|
if (!afl->skip_deterministic && afl->afl_env.afl_custom_mutator_only) {
|
||||||
afl->afl_env.afl_custom_mutator_only) {
|
|
||||||
|
|
||||||
WARNF(
|
FATAL(
|
||||||
"Using -M main node with the AFL_CUSTOM_MUTATOR_ONLY mutator options "
|
"Using -D determinstic fuzzing is incompatible with "
|
||||||
"will result in no deterministic mutations being done!");
|
"AFL_CUSTOM_MUTATOR_ONLY!");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user