mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-11 01:31:37 +00:00
code format
This commit is contained in:
parent
6f381d346b
commit
b08f13c9fe
@ -44,7 +44,8 @@ static const struct pass_data afl_cmplog_pass_data = {
|
||||
.properties_provided = 0,
|
||||
.properties_destroyed = 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_destroyed = 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 &&
|
||||
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");
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user