about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-07-13 17:12:55 +0200
committervanhauser-thc <vh@thc.org>2023-07-13 17:12:55 +0200
commit2b8e528a3b5f44df590b8f727983d142857d0433 (patch)
tree7ec0d2b73ca236c73d8d2b337396f320bcf1728d /include
parent127c345161769c513275fed9d64de12536ee979d (diff)
downloadafl++-2b8e528a3b5f44df590b8f727983d142857d0433.tar.gz
interesting32_float
Diffstat (limited to 'include')
-rw-r--r--include/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h
index 16f4b613..7c29a674 100644
--- a/include/config.h
+++ b/include/config.h
@@ -360,9 +360,10 @@
       65535,      /* Overflow unsig 16-bit when incremented  */ \
       65536,      /* Overflow unsig 16 bit                   */ \
       100663045,  /* Large positive number (endian-agnostic) */ \
+      2139095040, /* float infinite                          */ \
       2147483647                 /* Overflow signed 32-bit when incremented */
 
-#define INTERESTING_32_LEN 8
+#define INTERESTING_32_LEN 9
 
 /***********************************************************
  *                                                         *