mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-11 17:51:32 +00:00
code format
This commit is contained in:
parent
2bf68a0bf4
commit
cc781e44f3
@ -52,8 +52,11 @@ double compute_weight(afl_state_t *afl, struct queue_entry *q,
|
|||||||
hits = afl->n_fuzz[q->n_fuzz_entry];
|
hits = afl->n_fuzz[q->n_fuzz_entry];
|
||||||
if (hits == 0) { hits = 1; }
|
if (hits == 0) { hits = 1; }
|
||||||
|
|
||||||
} else { hits = 1; }
|
} else {
|
||||||
|
|
||||||
|
hits = 1;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
double weight = 1.0;
|
double weight = 1.0;
|
||||||
weight *= avg_exec_us / q->exec_us;
|
weight *= avg_exec_us / q->exec_us;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user