diff options
author | vanhauser-thc <vh@thc.org> | 2024-05-31 18:32:31 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2024-05-31 18:32:31 +0200 |
commit | 9419e39fdfcf225cee287683ef9d1549e954c4e9 (patch) | |
tree | f1f3cb7c111b8ce956b2c3e70903f128c168d05f /include/afl-mutations.h | |
parent | a3125c38f496979be314c93f10adfad9dd4d363e (diff) | |
download | afl++-9419e39fdfcf225cee287683ef9d1549e954c4e9.tar.gz |
nits
Diffstat (limited to 'include/afl-mutations.h')
-rw-r--r-- | include/afl-mutations.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/afl-mutations.h b/include/afl-mutations.h index 79cf7c6a..1e5a6934 100644 --- a/include/afl-mutations.h +++ b/include/afl-mutations.h @@ -33,6 +33,10 @@ #define MUT_STRATEGY_ARRAY_SIZE 256 +#ifndef INTERESTING_32 + #error INTERESTING_32 is not defined - BUG! +#endif + s8 interesting_8[] = {INTERESTING_8}; s16 interesting_16[] = {INTERESTING_8, INTERESTING_16}; s32 interesting_32[] = {INTERESTING_8, INTERESTING_16, INTERESTING_32}; |