mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 11:28:08 +00:00
nits
This commit is contained in:
@ -70,7 +70,6 @@ static void __afl_map_shm(void) {
|
||||
char *id_str = getenv(SHM_ENV_VAR);
|
||||
char *ptr;
|
||||
|
||||
|
||||
/* NOTE TODO BUG FIXME: if you want to supply a variable sized map then
|
||||
uncomment the following: */
|
||||
|
||||
@ -81,6 +80,7 @@ static void __afl_map_shm(void) {
|
||||
if (val > 0) __afl_map_size = val;
|
||||
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
if (__afl_map_size > MAP_SIZE) {
|
||||
|
Reference in New Issue
Block a user