diff options
author | van Hauser <vh@thc.org> | 2020-12-18 16:38:24 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-12-18 16:38:24 +0100 |
commit | 73dd6d86abc16c2ceb5529f3a261724be8b7896a (patch) | |
tree | 0ff4b8bf47d853665ebeef13bc31390eeb65bcfb /utils/afl_proxy/afl-proxy.c | |
parent | 79c98731c9864d457df06cfb4e1c15137e0cf832 (diff) | |
download | afl++-73dd6d86abc16c2ceb5529f3a261724be8b7896a.tar.gz |
dont fail with ASAN_BUILD
Diffstat (limited to 'utils/afl_proxy/afl-proxy.c')
-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 f2dfeac1..352e78e4 100644 --- a/utils/afl_proxy/afl-proxy.c +++ b/utils/afl_proxy/afl-proxy.c @@ -213,7 +213,7 @@ int main(int argc, char *argv[]) { u32 len; /* here you specify the map size you need that you are reporting to - afl-fuzz. */ + afl-fuzz. Any value is fine as long as it can be divided by 8. */ __afl_map_size = MAP_SIZE; // default is 65536 /* then we initialize the shared memory map and start the forkserver */ |