mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-16 03:48:08 +00:00
small improvements to Marcel's patch, fix laf-intel + redqueen crashes
This commit is contained in:
@ -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));
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user