enabled fortify source

This commit is contained in:
Dominik Maier
2020-03-31 02:41:11 +02:00
parent abef859925
commit 582f5103d9
4 changed files with 6 additions and 7 deletions

View File

@ -34,8 +34,8 @@
#include "debug.h"
#include "afl-prealloc.h"
#define LIST_PREALLOC_SIZE \
(64) /* How many elements to allocate before malloc is needed */
/* How many elements to allocate before malloc is needed */
#define LIST_PREALLOC_SIZE (64)
typedef struct list_element {