This commit is contained in:
vanhauser-thc
2024-05-16 14:46:24 +02:00
parent 2dc967fee3
commit e36185cbd5

View File

@ -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. */