about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-03-09 13:57:03 +0100
committervanhauser-thc <vh@thc.org>2023-03-09 13:57:03 +0100
commite0866f51c7984c28866e7acdb153b5304c5cf7da (patch)
tree43449a7ccf85d33bbfd6375290b23d940b6e767d /docs/Changelog.md
parentaa125f824619fe3c3ebf5ed8a571340397a7c46a (diff)
downloadafl++-e0866f51c7984c28866e7acdb153b5304c5cf7da.tar.gz
support LLVMFuzzerTestOneInput -1 return
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r--docs/Changelog.md2
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