aboutsummaryrefslogtreecommitdiff
path: root/include/afl-prealloc.h
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-03-31 02:41:11 +0200
committerDominik Maier <domenukk@gmail.com>2020-04-01 13:10:07 +0200
commit582f5103d92dd8b7da1742c86d22f6b191743b6f (patch)
tree1d5b87ed6c0b0b4e1287ec14a5fdbdbfe84fbce8 /include/afl-prealloc.h
parentabef8599251f4d01349285a6c6ed0f75a54272b8 (diff)
downloadAFLplusplus-582f5103d92dd8b7da1742c86d22f6b191743b6f.tar.gz
enabled fortify source
Diffstat (limited to 'include/afl-prealloc.h')
-rw-r--r--include/afl-prealloc.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/afl-prealloc.h b/include/afl-prealloc.h
index ab86f0d7..66e6aadf 100644
--- a/include/afl-prealloc.h
+++ b/include/afl-prealloc.h
@@ -44,9 +44,8 @@ typedef enum prealloc_status {
/* Adds the entry used for prealloc bookkeeping to this struct */
-#define PREALLOCABLE \
- ; \
- pre_status_t pre_status; /* prealloc status of this instance */
+/* prealloc status of this instance */
+#define PREALLOCABLE pre_status_t pre_status
/* allocate an element of type *el_ptr, to this variable.
Uses (and reuses) the given prealloc_buf before hitting libc's malloc.