diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-08-31 12:26:41 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-08-31 12:26:41 +0200 |
commit | 4697e4a5a519043b5727202c39a5e13c277e1cae (patch) | |
tree | 5efe49aa07c4b4aaf8604db88905bdd688f9859c /docs/Changelog.md | |
parent | 92b1f9cf36e7df8ce4b957e503cffca7296da048 (diff) | |
parent | bbf00204eacfd0444257e81397f2e76ab90be41d (diff) | |
download | afl++-4697e4a5a519043b5727202c39a5e13c277e1cae.tar.gz |
description for AFL_MAX_DET_EXTRAS added
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 45fbd528..cb6e14b8 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -416,7 +416,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - big code refactoring: * all includes are now in include/ * all afl sources are now in src/ - see src/README.md - * afl-fuzz was splitted up in various individual files for including + * afl-fuzz was split up in various individual files for including functionality in other programs (e.g. forkserver, memory map, etc.) for better readability. * new code indention everywhere |