mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 03:18:07 +00:00
fix shmem
This commit is contained in:
@ -1972,7 +1972,7 @@ void setup_testcase_shmem(afl_state_t *afl) {
|
|||||||
ck_free(shm_str);
|
ck_free(shm_str);
|
||||||
#endif
|
#endif
|
||||||
afl->fsrv.support_shmem_fuzz = 1;
|
afl->fsrv.support_shmem_fuzz = 1;
|
||||||
afl->fsrv.shmem_fuzz = (u8 *)(afl->fsrv.shmem_fuzz + sizeof(int));
|
afl->fsrv.shmem_fuzz = (u8 *)(afl->fsrv.shmem_fuzz_len + sizeof(int));
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user