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

@ -405,7 +405,7 @@ u8 fuzz_one_original(afl_state_t *afl) {
if (unlikely(afl->not_on_tty)) {
ACTF("Fuzzing test case #%u (%u total, %llu uniq crashes found)...",
ACTF("Fuzzing test case #%u (%u total, %" PRIu64 " uniq crashes found)...",
afl->current_entry, afl->queued_paths, afl->unique_crashes);
fflush(stdout);
@ -2432,7 +2432,7 @@ u8 mopt_common_fuzzing(afl_state_t *afl, MOpt_globals_t MOpt_globals) {
if (afl->not_on_tty) {
ACTF("Fuzzing test case #%u (%u total, %llu uniq crashes found)...",
ACTF("Fuzzing test case #%u (%u total, %" PRIu64 " uniq crashes found)...",
afl->current_entry, afl->queued_paths, afl->unique_crashes);
fflush(stdout);