remove redundand setenv of SHM_ENV_VAR

This commit is contained in:
Andrea Fioraldi
2019-10-25 14:02:30 +02:00
parent 0f03226656
commit 644efa2905

View File

@ -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