mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 10:08:07 +00:00
code format
This commit is contained in:
@ -44,7 +44,8 @@ static const struct pass_data afl_cmplog_pass_data = {
|
|||||||
.properties_provided = 0,
|
.properties_provided = 0,
|
||||||
.properties_destroyed = 0,
|
.properties_destroyed = 0,
|
||||||
.todo_flags_start = 0,
|
.todo_flags_start = 0,
|
||||||
.todo_flags_finish = (TODO_update_ssa | TODO_cleanup_cfg | TODO_rebuild_cgraph_edges),
|
.todo_flags_finish =
|
||||||
|
(TODO_update_ssa | TODO_cleanup_cfg | TODO_rebuild_cgraph_edges),
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -44,7 +44,8 @@ static const struct pass_data afl_cmptrs_pass_data = {
|
|||||||
.properties_provided = 0,
|
.properties_provided = 0,
|
||||||
.properties_destroyed = 0,
|
.properties_destroyed = 0,
|
||||||
.todo_flags_start = 0,
|
.todo_flags_start = 0,
|
||||||
.todo_flags_finish = (TODO_update_ssa | TODO_cleanup_cfg | TODO_rebuild_cgraph_edges),
|
.todo_flags_finish =
|
||||||
|
(TODO_update_ssa | TODO_cleanup_cfg | TODO_rebuild_cgraph_edges),
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -1545,7 +1545,9 @@ 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) {
|
||||||
|
|
||||||
WARNF("When using -M, it is recommended to use only fast or explore -p power schedules");
|
WARNF(
|
||||||
|
"When using -M, it is recommended to use only fast or explore -p power "
|
||||||
|
"schedules");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user