diff options
| author | Dominik Maier <domenukk@gmail.com> | 2020-04-17 11:01:20 +0200 |
|---|---|---|
| committer | Dominik Maier <domenukk@gmail.com> | 2020-04-17 11:01:20 +0200 |
| commit | 90ff345d733caa51f6d2895dd229104c286b62c4 (patch) | |
| tree | 9bf965a3e7f447ea0779848a6e09f9b356a0707e /include/forkserver.h | |
| parent | 8fa5d4c313372a337c7facf0428b0339babbe057 (diff) | |
| parent | 2162fd8e1a1ceb745c1fcf87fb6a1053508591c4 (diff) | |
| download | afl++-90ff345d733caa51f6d2895dd229104c286b62c4.tar.gz | |
Merge branch 'dev' of github.com:aflplusplus/aflplusplus into dev
Diffstat (limited to 'include/forkserver.h')
| -rw-r--r-- | include/forkserver.h | 2 |
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 */ |
