aboutsummaryrefslogtreecommitdiff
path: root/include/afl-fuzz.h
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-03-23 00:14:03 +0100
committerDominik Maier <domenukk@gmail.com>2020-03-23 00:14:03 +0100
commitcbde30e9d46a0fdd5fc53d46c31c76ca2c715520 (patch)
tree8f83add9e7b8e2c293947236b2251ec3bfea4b19 /include/afl-fuzz.h
parentc0fd8f4e157f02157cd01ae29b212a79b0b34534 (diff)
downloadafl++-cbde30e9d46a0fdd5fc53d46c31c76ca2c715520.tar.gz
less branches, cleanup
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r--include/afl-fuzz.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h
index 5e6b3d9e..1a621625 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -109,9 +109,7 @@
#define CASE_PREFIX "id_"
#endif /* ^!SIMPLE_FILES */
-#define STAGE_BUF_SIZE \
- (64) /* usable size of the stage name buf in afl_state \
- */
+#define STAGE_BUF_SIZE (64) /* usable size for stage name buf in afl_state */
extern s8 interesting_8[INTERESTING_8_LEN];
extern s16 interesting_16[INTERESTING_8_LEN + INTERESTING_16_LEN];