diff options
author | vanhauser-thc <vh@thc.org> | 2023-07-13 17:12:55 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-07-13 17:12:55 +0200 |
commit | 2b8e528a3b5f44df590b8f727983d142857d0433 (patch) | |
tree | 7ec0d2b73ca236c73d8d2b337396f320bcf1728d /include | |
parent | 127c345161769c513275fed9d64de12536ee979d (diff) | |
download | afl++-2b8e528a3b5f44df590b8f727983d142857d0433.tar.gz |
interesting32_float
Diffstat (limited to 'include')
-rw-r--r-- | include/config.h | 3 |
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 /*********************************************************** * * |