aboutsummaryrefslogtreecommitdiff
path: root/include/forkserver.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-04-17 09:10:49 +0200
committervan Hauser <vh@thc.org>2020-04-17 09:10:49 +0200
commit5b70d23211ddeddfb4d1dfce29a50234d08e9502 (patch)
tree491a5795640824ba427d41e807daa72b0f19e567 /include/forkserver.h
parent16ce55584512274804eadd71b4790be3d1bfbf97 (diff)
downloadafl++-5b70d23211ddeddfb4d1dfce29a50234d08e9502.tar.gz
added AFL_MAP_SIZE (wip)
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 ac89b681..d76dfc7a 100644
--- a/include/forkserver.h
+++ b/include/forkserver.h
@@ -61,7 +61,7 @@ typedef struct afl_forkserver {
u64 total_execs; /* How often run_target was called */
u8 *out_file, /* File to fuzz, if any */
- *target_path; /* Path of the target */
+ *target_path; /* Path of the target */
FILE *plot_file; /* Gnuplot output file */