AFLplusplus / AFLplusplus

The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more!

Home Page:https://aflplus.plus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uninitialized q->n_fuzz_entry in the initial corpus.

ahuo1 opened this issue · comments

Describe the bug
Hello, I've noticed that when AFL++ uses the fast energy mode, the n_fuzz_entry of seeds in the initial corpus is not initialized, resulting in these seeds having an n_fuzz_entry of 0 during the calculate_score process.
So the scores for these seeds are incorrect.

Screen output/Screenshots
Snipaste_2024-04-25_10-03-05

thanks for reporting, could you please send a PR?

Sure!
#2066