about summary refs log tree commit diff
path: root/src/afl-fuzz-run.c
diff options
context:
space:
mode:
authorDavid CARLIER <devnexen@gmail.com>2020-04-12 13:20:10 +0100
committerGitHub <noreply@github.com>2020-04-12 14:20:10 +0200
commitee4e1936d0d1ca18147d1916e9365578627584e2 (patch)
tree0bba890eceed13ee58c90b110999396ae16ae958 /src/afl-fuzz-run.c
parentec677808549c19d22431539ff9a13498c907b4c9 (diff)
downloadafl++-ee4e1936d0d1ca18147d1916e9365578627584e2.tar.gz
build on arm64 fix. tested on Android. (#313)
Diffstat (limited to 'src/afl-fuzz-run.c')
-rw-r--r--src/afl-fuzz-run.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz-run.c b/src/afl-fuzz-run.c
index 4c98d788..f8440f46 100644
--- a/src/afl-fuzz-run.c
+++ b/src/afl-fuzz-run.c
@@ -89,7 +89,7 @@ u8 run_target(afl_state_t *afl, afl_forkserver_t *fsrv, u32 timeout) {
          "Unable to communicate with fork server. Some possible reasons:\n\n"
          "    - You've run out of memory. Use -m to increase the the memory "
          "limit\n"
-         "      to something higher than %lld.\n"
+         "      to something higher than %" PRIu64 ".\n"
          "    - The binary or one of the libraries it uses manages to "
          "create\n"
          "      threads before the forkserver initializes.\n"