aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/afl-fuzz.h5
-rw-r--r--include/config.h2
2 files changed, 4 insertions, 3 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h
index fbf3aa2d..fdfe3789 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -608,9 +608,10 @@ typedef struct afl_state {
u8 * ex_buf;
size_t ex_size;
+ /* this is a fixed buffer of size map_size that can be used by any function if they do not call another function */
u8 * map_tmp_buf;
- size_t map_tmp_size;
-
+ size_t map_tmp_len;
+
} afl_state_t;
/* A global pointer to all instances is needed (for now) for signals to arrive
diff --git a/include/config.h b/include/config.h
index fae97a42..1de9973b 100644
--- a/include/config.h
+++ b/include/config.h
@@ -28,7 +28,7 @@
/* Version string: */
// c = release, d = volatile github dev, e = experimental branch
-#define VERSION "++2.63d"
+#define VERSION "++2.64c"
/******************************************************
* *