mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-16 20:08:07 +00:00
almost
This commit is contained in:
@ -79,6 +79,8 @@ list_t afl_states = {.element_prealloc_count = 0};
|
||||
|
||||
void afl_state_init(afl_state_t *afl) {
|
||||
|
||||
/* thanks to this memset, growing vars like out_buf
|
||||
and out_size are NULL/0 by default. */
|
||||
memset(afl, 0, sizeof(afl_state_t));
|
||||
|
||||
afl->w_init = 0.9;
|
||||
|
Reference in New Issue
Block a user