fastresume implementation

This commit is contained in:
vanhauser-thc
2024-06-12 09:10:35 +02:00
parent 6ed0a2b4aa
commit dd762726dc
4 changed files with 189 additions and 57 deletions

View File

@ -1019,7 +1019,7 @@ void perform_dry_run(afl_state_t *afl) {
}
if (!q->was_fuzzed) {
if (unlikely(!q->was_fuzzed)) {
q->was_fuzzed = 1;
afl->reinit_table = 1;