about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2019-10-26 00:18:56 +0200
committerhexcoder- <heiko@hexco.de>2019-10-26 00:18:56 +0200
commit09c26fed209a35e707132118f41373e5b0a25ba1 (patch)
treec8506c8044328d7d08d5ebbbf7edb4d65ddb4260 /src
parent3e9e7e17504517d8db92e47e7a5f904b023ba91e (diff)
parente7871b2c7675e0f6df4fbe1a8f53a23ed5d2024f (diff)
downloadafl++-09c26fed209a35e707132118f41373e5b0a25ba1.tar.gz
Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplus
Diffstat (limited to 'src')
-rw-r--r--src/afl-sharedmem.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/afl-sharedmem.c b/src/afl-sharedmem.c
index d94100a3..e11221a4 100644
--- a/src/afl-sharedmem.c
+++ b/src/afl-sharedmem.c
@@ -153,8 +153,6 @@ void setup_shm(unsigned char dumb_mode) {
 
   shm_str = alloc_printf("%d", shm_id);
 
-  setenv(SHM_ENV_VAR, shm_str, 1);
-
   /* If somebody is asking us to fuzz instrumented binaries in dumb mode,
      we don't want them to detect instrumentation, since we won't be sending
      fork server commands. This should be replaced with better auto-detection