diff options
author | van Hauser <vh@thc.org> | 2020-09-05 16:16:56 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-09-05 16:16:56 +0200 |
commit | ded4d093ff59b4459b04aaae9b3b7bbcdaadcdef (patch) | |
tree | 44270c99c699735ee19bc66d971f9b6af5447f88 /docs | |
parent | 250892228888277262958d1b01b005e14440274e (diff) | |
download | afl++-ded4d093ff59b4459b04aaae9b3b7bbcdaadcdef.tar.gz |
skip crashes but keep for splices
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changelog.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index f86c0b61..a3c05ed3 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -17,6 +17,10 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - reading testcases from -i now descends into subdirectories - allow up to 4 -x command line options - loaded extras now have a duplicate protection + - If test cases are too large we do a partial read on the maximum + supported size + - longer seeds with the same trace information will now be ignored + for fuzzing but still be used for splicing - instrumentation - not overriding -Ox or -fno-unroll-loops anymore - new llvm pass: dict2file via AFL_LLVM_DICT2FILE, create afl-fuzz |