mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 02:58:08 +00:00
honor AFL_MAP_SIZE well outside of afl++
This commit is contained in:
@ -130,11 +130,7 @@ write_to_testcase(afl_state_t *afl, void **mem, u32 len, u32 fix) {
|
||||
|
||||
}
|
||||
|
||||
if (new_mem != *mem) {
|
||||
|
||||
*mem = new_mem;
|
||||
|
||||
}
|
||||
if (new_mem != *mem) { *mem = new_mem; }
|
||||
|
||||
/* everything as planned. use the potentially new data. */
|
||||
afl_fsrv_write_to_testcase(&afl->fsrv, *mem, new_size);
|
||||
|
Reference in New Issue
Block a user