about summary refs log tree commit diff
path: root/src/afl-fuzz-run.c
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2024-09-27 09:20:08 +0200
committervanhauser-thc <vh@thc.org>2024-09-27 09:20:08 +0200
commit12271064f8570213ea4169a2ae94f68304d5a73d (patch)
treec4c5328b4360ffe2e7491d1622c302d6d9fdaf7c /src/afl-fuzz-run.c
parent55b67f1372b399b0b2ebd3e7aad7b7e130b2d00b (diff)
downloadafl++-12271064f8570213ea4169a2ae94f68304d5a73d.tar.gz
fix fix
Diffstat (limited to 'src/afl-fuzz-run.c')
-rw-r--r--src/afl-fuzz-run.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afl-fuzz-run.c b/src/afl-fuzz-run.c
index c2e29fb3..a3787e5c 100644
--- a/src/afl-fuzz-run.c
+++ b/src/afl-fuzz-run.c
@@ -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)) {