about summary refs log tree commit diff
path: root/src/afl-fuzz-run.c
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2021-06-01 18:20:22 +0200
committerhexcoder- <heiko@hexco.de>2021-06-01 18:20:22 +0200
commitdb6947452c6d356e30c7fe1bf6697fe59c0e6a38 (patch)
treefa171050d3dcb5085a3e8677aa05ce5255ed505e /src/afl-fuzz-run.c
parent64368d4ba79ec4a2223d0bfe218c1f48a522af83 (diff)
parent409636079118cb3e2c864bf2729ebb07bc0437ee (diff)
downloadafl++-db6947452c6d356e30c7fe1bf6697fe59c0e6a38.tar.gz
Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev
Diffstat (limited to 'src/afl-fuzz-run.c')
-rw-r--r--src/afl-fuzz-run.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/afl-fuzz-run.c b/src/afl-fuzz-run.c
index 2c3e8a1b..493735ff 100644
--- a/src/afl-fuzz-run.c
+++ b/src/afl-fuzz-run.c
@@ -333,7 +333,6 @@ u8 calibrate_case(afl_state_t *afl, struct queue_entry *q, u8 *use_mem,
 
     if (afl->fsrv.support_shmem_fuzz && !afl->fsrv.use_shmem_fuzz) {
 
-      unsetenv(SHM_FUZZ_ENV_VAR);
       afl_shm_deinit(afl->shm_fuzz);
       ck_free(afl->shm_fuzz);
       afl->shm_fuzz = NULL;