mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 02:58:08 +00:00
remove unnecessary map_size variables
This commit is contained in:
@ -81,7 +81,7 @@ void afl_state_init(afl_state_t *afl, uint32_t map_size) {
|
||||
and out_size are NULL/0 by default. */
|
||||
memset(afl, 0, sizeof(afl_state_t));
|
||||
|
||||
if (!map_size) map_size = MAP_SIZE;
|
||||
if (!map_size) afl->shm.map_size = MAP_SIZE;
|
||||
|
||||
afl->w_init = 0.9;
|
||||
afl->w_end = 0.3;
|
||||
|
Reference in New Issue
Block a user