about summary refs log tree commit diff
path: root/include/afl-fuzz.h
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2024-05-31 18:32:31 +0200
committervanhauser-thc <vh@thc.org>2024-05-31 18:32:31 +0200
commit9419e39fdfcf225cee287683ef9d1549e954c4e9 (patch)
treef1f3cb7c111b8ce956b2c3e70903f128c168d05f /include/afl-fuzz.h
parenta3125c38f496979be314c93f10adfad9dd4d363e (diff)
downloadafl++-9419e39fdfcf225cee287683ef9d1549e954c4e9.tar.gz
nits
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r--include/afl-fuzz.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h
index 5efe5144..74b04fdb 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -139,6 +139,10 @@
   #define AFL_RAND_RETURN u32
 #endif
 
+#ifndef INTERESTING_32_LEN
+  #error INTERESTING_32_LEN not defined - BUG!
+#endif
+
 extern s8  interesting_8[INTERESTING_8_LEN];
 extern s16 interesting_16[INTERESTING_8_LEN + INTERESTING_16_LEN];
 extern s32