about summary refs log tree commit diff
path: root/src/afl-forkserver.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2024-10-30 13:20:48 +0100
committerGitHub <noreply@github.com>2024-10-30 13:20:48 +0100
commitd0587a3ac46b1652b1b51b3253c9833d0ea06a13 (patch)
treef5d907aafec2fdfe4abca67f8357e9cb1b62d5f4 /src/afl-forkserver.c
parent78b7e14c73baacf1d88b3c03955e78f5080d17ba (diff)
parentd1fd072b793cba16c28249abefe73ecb7feae4f2 (diff)
downloadafl++-d0587a3ac46b1652b1b51b3253c9833d0ea06a13.tar.gz
Merge pull request #2226 from AFLplusplus/dev
push to stable
Diffstat (limited to 'src/afl-forkserver.c')
-rw-r--r--src/afl-forkserver.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/afl-forkserver.c b/src/afl-forkserver.c
index 51299009..9f619c14 100644
--- a/src/afl-forkserver.c
+++ b/src/afl-forkserver.c
@@ -495,9 +495,9 @@ static void report_error_and_exit(int error) {
       FATAL(
           "AFL_MAP_SIZE is not set and fuzzing target reports that the "
           "required size is very large. Solution: Run the fuzzing target "
-          "stand-alone with the environment variable AFL_DEBUG=1 set and set "
-          "the value for __afl_final_loc in the AFL_MAP_SIZE environment "
-          "variable for afl-fuzz.");
+          "stand-alone with the environment variable AFL_DUMP_MAP_SIZE=1 set "
+          "the displayed value in the AFL_MAP_SIZE environment variable for "
+          "afl-fuzz.");
       break;
     case FS_ERROR_MAP_ADDR:
       FATAL(