mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 19:38:09 +00:00
remove outdated references
This commit is contained in:
@ -244,7 +244,11 @@ u8 *afl_shm_init(sharedmem_t *shm, size_t map_size,
|
||||
|
||||
shm->shm_id =
|
||||
shmget(IPC_PRIVATE, map_size, IPC_CREAT | IPC_EXCL | DEFAULT_PERMISSION);
|
||||
if (shm->shm_id < 0) { PFATAL("shmget() failed, try running afl-system-config"); }
|
||||
if (shm->shm_id < 0) {
|
||||
|
||||
PFATAL("shmget() failed, try running afl-system-config");
|
||||
|
||||
}
|
||||
|
||||
if (shm->cmplog_mode) {
|
||||
|
||||
@ -325,3 +329,4 @@ u8 *afl_shm_init(sharedmem_t *shm, size_t map_size,
|
||||
return shm->map;
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user