aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-10-19 08:50:17 +0200
committervanhauser-thc <vh@thc.org>2022-10-19 08:50:17 +0200
commit9a77a6fa928b3f69729761ffa7294745789c684f (patch)
tree8c8056289583288fa31ce7c9e7babb0fbd5888f1
parent23580e2cb6f6f92741190e1757f5020e9cd9cc88 (diff)
downloadafl++-9a77a6fa928b3f69729761ffa7294745789c684f.tar.gz
nits
-rw-r--r--GNUmakefile.llvm1
-rw-r--r--src/afl-showmap.c4
2 files changed, 2 insertions, 3 deletions
diff --git a/GNUmakefile.llvm b/GNUmakefile.llvm
index 2349e587..4dc5a56e 100644
--- a/GNUmakefile.llvm
+++ b/GNUmakefile.llvm
@@ -89,7 +89,6 @@ endif
ifeq "$(LLVM_HAVE_LTO)" "1"
$(info [+] llvm_mode detected llvm 11+, enabling afl-lto LTO implementation)
LLVM_LTO = 1
- #TEST_MMAP = 1
endif
ifeq "$(LLVM_LTO)" "0"
diff --git a/src/afl-showmap.c b/src/afl-showmap.c
index b2bf91aa..4cc079ea 100644
--- a/src/afl-showmap.c
+++ b/src/afl-showmap.c
@@ -822,8 +822,8 @@ static void usage(u8 *argv0) {
" -o file - file to write the trace data to\n\n"
"Execution control settings:\n"
- " -t msec - timeout for each run (1000)\n"
- " -m megs - memory limit for child process (none)\n"
+ " -t msec - timeout for each run (default: 1000ms)\n"
+ " -m megs - memory limit for child process (default: none)\n"
#if defined(__linux__) && defined(__aarch64__)
" -A - use binary-only instrumentation (ARM CoreSight mode)\n"
#endif