alt no cal

This commit is contained in:
vanhauser-thc
2022-08-17 12:50:15 +02:00
parent 843ef46b21
commit eeab1afd57

View File

@ -858,6 +858,7 @@ looking one. */
void no_dry_run(afl_state_t *afl) { void no_dry_run(afl_state_t *afl) {
/*
struct queue_entry *q; struct queue_entry *q;
u32 idx; u32 idx;
@ -871,6 +872,7 @@ void no_dry_run(afl_state_t *afl) {
q->tc_ref = MAP_SIZE; q->tc_ref = MAP_SIZE;
} }
*/
} }