small improvements to Marcel's patch, fix laf-intel + redqueen crashes

This commit is contained in:
van Hauser
2020-09-29 15:02:57 +02:00
parent fe08482c1b
commit 383cd487a2
12 changed files with 104 additions and 74 deletions

View File

@ -939,7 +939,7 @@ int main(int argc, char **argv_orig, char **envp) {
/* Dynamically allocate memory for AFLFast schedules */
if (afl->schedule >= FAST && afl->schedule <= RARE) {
afl->n_fuzz = ck_alloc(n_fuzz_size * sizeof(u32));
afl->n_fuzz = ck_alloc(N_FUZZ_SIZE * sizeof(u32));
}