diff options
| author | van Hauser <vh@thc.org> | 2024-06-01 16:37:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-01 16:37:28 +0200 |
| commit | 348f980f2180a5bab745066f8c7dcd0049998626 (patch) | |
| tree | 34bb1853847ce6ee80ffe57c3ce581195be3238f /include/afl-mutations.h | |
| parent | e7d871c8bf64962a658e447b90a1a3b43aaddc28 (diff) | |
| parent | ca55858aa7ecb1a4cd420e3c325fe604a5b5c30d (diff) | |
| download | afl++-348f980f2180a5bab745066f8c7dcd0049998626.tar.gz | |
Merge pull request #2108 from AFLplusplus/dev
push to stable
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}; |
