mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-11 09:41:35 +00:00
Merge pull request #2464 from alexandredoyen29/warnf_for_setting_scheduling_for_main_fuzzer
WARNF for setting scheduling for main fuzzer instead of FATAL
This commit is contained in:
commit
f9afbc822c
@ -1502,7 +1502,7 @@ int main(int argc, char **argv_orig, char **envp) {
|
||||
if (afl->is_main_node == 1 && afl->schedule != FAST &&
|
||||
afl->schedule != EXPLORE) {
|
||||
|
||||
FATAL("-M is compatible only with fast and explore -p power schedules");
|
||||
WARNF("When using -M, it is recommended to use only fast or explore -p power schedules");
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user