diff options
| author | Dominik Maier <domenukk@gmail.com> | 2021-03-23 18:47:07 +0100 |
|---|---|---|
| committer | Dominik Maier <domenukk@gmail.com> | 2021-03-23 18:47:07 +0100 |
| commit | 5fcd634f05049564dde59df420ac1c2f291a2fb0 (patch) | |
| tree | 47f1a5974882868e206252299e14f6b717c5c9b3 /include | |
| parent | 28f1e94ab9fdac6886c4383d9f4722f26237a05a (diff) | |
| download | afl++-5fcd634f05049564dde59df420ac1c2f291a2fb0.tar.gz | |
fixed tiny nitpicks
Diffstat (limited to 'include')
| -rw-r--r-- | include/afl-fuzz.h | 2 | ||||
| -rw-r--r-- | include/common.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 5003b563..565e9afd 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -390,7 +390,7 @@ typedef struct afl_env_vars { *afl_hang_tmout, *afl_forksrv_init_tmout, *afl_skip_crashes, *afl_preload, *afl_max_det_extras, *afl_statsd_host, *afl_statsd_port, *afl_crash_exitcode, *afl_statsd_tags_flavor, *afl_testcache_size, - *afl_testcache_entries, *afl_kill_signal; + *afl_testcache_entries, *afl_kill_signal, *afl_target_env; } afl_env_vars_t; diff --git a/include/common.h b/include/common.h index 05137fb6..7bba9e91 100644 --- a/include/common.h +++ b/include/common.h @@ -51,7 +51,7 @@ char * get_afl_env(char *env); /* Extract env vars from input string and set them using setenv() For use with AFL_TARGET_ENV, ... */ -u8 extract_and_set_env(u8 *env_str); +bool extract_and_set_env(u8 *env_str); extern u8 be_quiet; extern u8 *doc_path; /* path to documentation dir */ |
