From 113fc168ab02f5241522a74c06bc8fb21fcafc55 Mon Sep 17 00:00:00 2001 From: Andrea Fioraldi Date: Fri, 30 Aug 2019 13:00:45 +0200 Subject: split afl-fuzz #1 (globls and python are now separate) --- include/config.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/config.h') diff --git a/include/config.h b/include/config.h index 37a2a794..324435b3 100644 --- a/include/config.h +++ b/include/config.h @@ -234,6 +234,8 @@ 100, /* One-off with common buffer size */ \ 127 /* Overflow signed 8-bit when incremented */ +#define INTERESTING_8_LEN 9 + #define INTERESTING_16 \ -32768, /* Overflow signed 16-bit when decremented */ \ -129, /* Overflow signed 8-bit */ \ @@ -246,6 +248,8 @@ 4096, /* One-off with common buffer size */ \ 32767 /* Overflow signed 16-bit when incremented */ +#define INTERESTING_16_LEN 10 + #define INTERESTING_32 \ -2147483648LL, /* Overflow signed 32-bit when decremented */ \ -100663046, /* Large negative number (endian-agnostic) */ \ @@ -256,6 +260,8 @@ 100663045, /* Large positive number (endian-agnostic) */ \ 2147483647 /* Overflow signed 32-bit when incremented */ +#define INTERESTING_32_LEN 8 + /*********************************************************** * * * Really exotic stuff you probably don't want to touch: * -- cgit 1.4.1