diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-03-23 00:14:03 +0100 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-03-23 00:14:03 +0100 |
commit | cbde30e9d46a0fdd5fc53d46c31c76ca2c715520 (patch) | |
tree | 8f83add9e7b8e2c293947236b2251ec3bfea4b19 /include | |
parent | c0fd8f4e157f02157cd01ae29b212a79b0b34534 (diff) | |
download | afl++-cbde30e9d46a0fdd5fc53d46c31c76ca2c715520.tar.gz |
less branches, cleanup
Diffstat (limited to 'include')
-rw-r--r-- | include/afl-fuzz.h | 4 |
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]; |