about summary refs log tree commit diff
path: root/utils
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-12-21 17:04:58 +0100
committervan Hauser <vh@thc.org>2020-12-21 17:04:58 +0100
commite8374e3deb7415a1e453bdba4a2371febc2414a0 (patch)
tree5c8c534ea20ddabc1410eaf35655a4e619d2b11b /utils
parentf37cc223d8ac665bcb0074cd5be743476057452c (diff)
downloadafl++-e8374e3deb7415a1e453bdba4a2371febc2414a0.tar.gz
temporary fix for unusual builds where CC is set
Diffstat (limited to 'utils')
-rw-r--r--utils/afl_proxy/afl-proxy.c2
1 files changed, 1 insertions, 1 deletions
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 */