fix travis

This commit is contained in:
hexcoder 2020-04-08 10:39:32 +02:00 committed by van Hauser
parent d37a195392
commit 84a4fd40a0

View File

@ -238,7 +238,7 @@ static void __afl_start_snapshots(void) {
if (!afl_snapshot_do()) { raise(SIGSTOP); }
__afl_area_ptr[0] = 1;
memset(__afl_prev_loc, 0, MAX_NGRAM_SIZE * sizeof(PREV_LOC_T));
memset(__afl_prev_loc, 0, NGRAM_SIZE_MAX * sizeof(PREV_LOC_T));
return;