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:
van Hauser 2025-06-06 11:52:14 +02:00 committed by GitHub
commit f9afbc822c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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");
}