mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 03:18:07 +00:00
remove redundand setenv of SHM_ENV_VAR
This commit is contained in:
@ -153,8 +153,6 @@ void setup_shm(unsigned char dumb_mode) {
|
|||||||
|
|
||||||
shm_str = alloc_printf("%d", shm_id);
|
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,
|
/* 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
|
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
|
fork server commands. This should be replaced with better auto-detection
|
||||||
|
Reference in New Issue
Block a user