mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-11 01:31:37 +00:00
Replace FATAL by WARNF when using another power scheduling with -M
This commit is contained in:
parent
0d495e0471
commit
ad44e30cbf
@ -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("-M is compatible only with fast and explore -p power schedules");
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user