From e8374e3deb7415a1e453bdba4a2371febc2414a0 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Mon, 21 Dec 2020 17:04:58 +0100 Subject: temporary fix for unusual builds where CC is set --- utils/afl_proxy/afl-proxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/afl_proxy') diff --git a/utils/afl_proxy/afl-proxy.c b/utils/afl_proxy/afl-proxy.c index 352e78e4..aa7a361a 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. Any value is fine as long as it can be divided by 8. */ + afl-fuzz. Any value is fine as long as it can be divided by 32. */ __afl_map_size = MAP_SIZE; // default is 65536 /* then we initialize the shared memory map and start the forkserver */ -- cgit 1.4.1