diff options
author | vanhauser-thc <vh@thc.org> | 2021-04-30 10:33:00 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-04-30 10:33:00 +0200 |
commit | 070c9923e22af0f577ac49f1fc44448a0e00aca2 (patch) | |
tree | 2bc8cacd526b1fd6210670b65eaf1749e8094a91 /utils | |
parent | 765f3e5169dc0b69c806b2b10a29250fa162ada7 (diff) | |
download | afl++-070c9923e22af0f577ac49f1fc44448a0e00aca2.tar.gz |
nits
Diffstat (limited to 'utils')
-rw-r--r-- | utils/afl_proxy/afl-proxy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/afl_proxy/afl-proxy.c b/utils/afl_proxy/afl-proxy.c index a80d8a0b..2d8ba991 100644 --- a/utils/afl_proxy/afl-proxy.c +++ b/utils/afl_proxy/afl-proxy.c @@ -70,7 +70,6 @@ static void __afl_map_shm(void) { char *id_str = getenv(SHM_ENV_VAR); char *ptr; - /* NOTE TODO BUG FIXME: if you want to supply a variable sized map then uncomment the following: */ @@ -81,6 +80,7 @@ static void __afl_map_shm(void) { if (val > 0) __afl_map_size = val; } + */ if (__afl_map_size > MAP_SIZE) { |