diff options
author | vanhauser-thc <vh@thc.org> | 2023-03-09 13:57:03 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-03-09 13:57:03 +0100 |
commit | e0866f51c7984c28866e7acdb153b5304c5cf7da (patch) | |
tree | 43449a7ccf85d33bbfd6375290b23d940b6e767d /docs | |
parent | aa125f824619fe3c3ebf5ed8a571340397a7c46a (diff) | |
download | afl++-e0866f51c7984c28866e7acdb153b5304c5cf7da.tar.gz |
support LLVMFuzzerTestOneInput -1 return
Diffstat (limited to 'docs')
-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 f4fa4382..5287d038 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -7,10 +7,12 @@ - afl-fuzz: - ensure temporary file descriptor is closed when not used - added `AFL_NO_WARN_INSTABILITY` + - added `AFL_FRIDA_STATS_INTERVAL` - afl-cc: - add CFI sanitizer variant to gcc targets - llvm 16 support (thanks to @devnexen!) - support llvm 15 native pcguard changes + - support for LLVMFuzzerTestOneInput -1 return - qemu_mode: - fix _RANGES envs to allow hyphens in the filenames - new custom module: autotoken, grammar free fuzzer for text inputs |