build on arm64 fix. tested on Android. (#313)

This commit is contained in:
David CARLIER
2020-04-12 13:20:10 +01:00
committed by GitHub
parent ec67780854
commit ee4e1936d0
13 changed files with 56 additions and 52 deletions

View File

@ -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"