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 15:55:52 +0100
committerGitHub <noreply@github.com>2020-04-12 16:55:52 +0200
commit79195454993b6cfff6b03354dbf1e045e77f83cb (patch)
tree314795c419d2d78d7f043df4bc0d42a5c09e5b8f /src/afl-fuzz-run.c
parent5a8db5954cac56cffa4f0066476db210dca4d330 (diff)
downloadafl++-79195454993b6cfff6b03354dbf1e045e77f83cb.tar.gz
Better solution for ARM64 build fix (#315)
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 f8440f46..4c98d788 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 %" PRIu64 ".\n"
+         "      to something higher than %lld.\n"
          "    - The binary or one of the libraries it uses manages to "
          "create\n"
          "      threads before the forkserver initializes.\n"