diff options
author | vanhauser-thc <vh@thc.org> | 2021-07-14 12:16:52 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-07-14 12:16:52 +0200 |
commit | 3a3ef7b6b4efcd8ed12bef80cca51f82e65a985f (patch) | |
tree | cb0c07f7efe6eaa5aac85de83d736cf8edcb489b /instrumentation | |
parent | 94999782f1a3742e3e755a66f5d76e84573ae6ef (diff) | |
download | afl++-3a3ef7b6b4efcd8ed12bef80cca51f82e65a985f.tar.gz |
update documentation
Diffstat (limited to 'instrumentation')
-rw-r--r-- | instrumentation/afl-compiler-rt.o.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/instrumentation/afl-compiler-rt.o.c b/instrumentation/afl-compiler-rt.o.c index 3f518b55..b01ea987 100644 --- a/instrumentation/afl-compiler-rt.o.c +++ b/instrumentation/afl-compiler-rt.o.c @@ -299,8 +299,9 @@ static void __afl_map_shm(void) { if (!getenv("AFL_QUIET")) fprintf(stderr, - "Warning: AFL++ tools will need to set AFL_MAP_SIZE to %u " - "to be able to run this instrumented program!\n", + "Warning: AFL++ tools might need to set AFL_MAP_SIZE to %u " + "to be able to run this instrumented program if this " + "crashes!\n", __afl_final_loc); } |