mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 10:08:07 +00:00
Replace FATAL by WARNF when using another power scheduling with -M
This commit is contained in:
@ -1502,7 +1502,7 @@ int main(int argc, char **argv_orig, char **envp) {
|
|||||||
if (afl->is_main_node == 1 && afl->schedule != FAST &&
|
if (afl->is_main_node == 1 && afl->schedule != FAST &&
|
||||||
afl->schedule != EXPLORE) {
|
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");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user