diff options
author | van Hauser <vh@thc.org> | 2021-03-19 23:55:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-19 23:55:32 +0100 |
commit | bc0ff559f50ed73d1af904c4110bc149cd8eba91 (patch) | |
tree | 03c3314427f02533a8db3e06587ce3afe74a5f23 /docs/Changelog.md | |
parent | 749b03d812b76746b4a673f34a13fb0b067fd61d (diff) | |
parent | 090128b3f8b8bc80cf47ae1481b01c0509dc6357 (diff) | |
download | afl++-bc0ff559f50ed73d1af904c4110bc149cd8eba91.tar.gz |
Merge pull request #824 from fuzzah/dev
add AFL_TARGET_ENV to afl-fuzz
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 166393cb..ab0312f8 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -10,6 +10,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. ### Version ++3.12a (dev) - afl-fuzz: + - added AFL_TARGET_ENV variable to pass extra env vars to the target + (for things like LD_LIBRARY_PATH) - better map detection, AFL_MAP_SIZE not needed anymore for most cases - afl-cc: - fix cmplog rtn (rare crash and not being able to gather ptr data) |