mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-16 20:08:07 +00:00
debug
This commit is contained in:
@ -955,6 +955,8 @@ u32 calculate_score(afl_state_t *afl, struct queue_entry *q) {
|
|||||||
u32 avg_bitmap_size = afl->total_bitmap_size / bitmap_entries;
|
u32 avg_bitmap_size = afl->total_bitmap_size / bitmap_entries;
|
||||||
u32 perf_score = 100;
|
u32 perf_score = 100;
|
||||||
|
|
||||||
|
return perf_score;
|
||||||
|
|
||||||
/* Adjust score based on execution speed of this path, compared to the
|
/* Adjust score based on execution speed of this path, compared to the
|
||||||
global average. Multiplier ranges from 0.1x to 3x. Fast inputs are
|
global average. Multiplier ranges from 0.1x to 3x. Fast inputs are
|
||||||
less expensive to fuzz, so we're giving them more air time. */
|
less expensive to fuzz, so we're giving them more air time. */
|
||||||
|
Reference in New Issue
Block a user