aboutsummaryrefslogtreecommitdiff
path: root/include/forkserver.h
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-03-06 23:01:13 +0100
committervanhauser-thc <vh@thc.org>2021-03-06 23:01:13 +0100
commit7f062524c97ab18306d42e59ab0223e04ff78f24 (patch)
treed059498630b86c69faff7e7bf1b2dbe79c2558a5 /include/forkserver.h
parent99b4c3f3624db9300c175936aff22535db6eef67 (diff)
downloadafl++-7f062524c97ab18306d42e59ab0223e04ff78f24.tar.gz
fixes
Diffstat (limited to 'include/forkserver.h')
-rw-r--r--include/forkserver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/forkserver.h b/include/forkserver.h
index 850c5b0d..c894ad80 100644
--- a/include/forkserver.h
+++ b/include/forkserver.h
@@ -100,7 +100,7 @@ typedef struct afl_forkserver {
u32 persistent_record_cnt; /* persistent replay counter */
u8 * persistent_record_dir;
u8 ** persistent_record_data;
- u32 **persistent_record_len;
+ u32 * persistent_record_len;
s32 persistent_record_pid;
/* Function to kick off the forkserver child */