mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 11:08:06 +00:00
fix compiler warning on MacOS
This commit is contained in:
@ -61,7 +61,7 @@
|
||||
#include <sys/shm.h>
|
||||
#endif
|
||||
|
||||
list_t shm_list = {0};
|
||||
list_t shm_list = {.element_prealloc_count = 0};
|
||||
|
||||
/* Get rid of shared memory. */
|
||||
|
||||
|
Reference in New Issue
Block a user