regression fix

This commit is contained in:
vanhauser-thc
2023-02-23 11:22:40 +01:00
parent c33f8751e3
commit 0c0a6c3bfa
5 changed files with 12 additions and 7 deletions

View File

@ -1298,7 +1298,8 @@ int main(int argc, char **argv_orig, char **envp) {
}
if (afl->is_main_node == 1 && afl->schedule != FAST && afl->schedule != EXPLORE) {
if (afl->is_main_node == 1 && afl->schedule != FAST &&
afl->schedule != EXPLORE) {
FATAL("-M is compatible only with fast and explore -p power schedules");