This commit is contained in:
vanhauser-thc
2024-09-27 09:20:08 +02:00
parent 55b67f1372
commit 12271064f8

View File

@ -489,6 +489,7 @@ u8 calibrate_case(afl_state_t *afl, struct queue_entry *q, u8 *use_mem,
u8 saved_afl_post_process_keep_original =
afl->afl_env.afl_post_process_keep_original;
afl->afl_env.afl_post_process_keep_original = 1;
/* we need a dummy run if this is LTO + cmplog */
if (unlikely(afl->shm.cmplog_mode)) {