diff options
author | van Hauser <vh@thc.org> | 2020-09-04 16:30:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-04 16:30:15 +0200 |
commit | fc19aa96f78cd33ce7d548bad5c7e4d3efa069d1 (patch) | |
tree | 4ad1399aa4fed339a84b526b5a4a818ab8c9011a /src/afl-fuzz.c | |
parent | 6399f84ba2a15a4e41458509cd40a1d8658c8699 (diff) | |
parent | 50f61b64b1bbf2f5354bcff4f1d225965fee2d06 (diff) | |
download | afl++-fc19aa96f78cd33ce7d548bad5c7e4d3efa069d1.tar.gz |
Merge pull request #544 from ThomasTNO/export_env_vars
Export set afl_environment_variables to stats
Diffstat (limited to 'src/afl-fuzz.c')
-rw-r--r-- | src/afl-fuzz.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c index 0df6c15c..e9ea8b62 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -1274,6 +1274,7 @@ int main(int argc, char **argv_orig, char **envp) { seek_to = find_start_position(afl); + write_fuzzer_config_file(afl); write_stats_file(afl, 0, 0, 0); maybe_update_plot_file(afl, 0, 0); save_auto(afl); |