diff options
author | vanhauser-thc <vh@thc.org> | 2023-02-15 09:32:32 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-02-15 09:32:32 +0100 |
commit | 668f5e1fa9c126bb8c751a6e4ef038ae60a442fa (patch) | |
tree | 362993e4efc4e08489f9ccf47fbf2ed9f227ee33 /docs/Changelog.md | |
parent | 80eabd6e8a30c2ffc0f084ab34df8b9d582419c3 (diff) | |
download | afl++-668f5e1fa9c126bb8c751a6e4ef038ae60a442fa.tar.gz |
debug output
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 89c37912..5f253064 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -6,6 +6,7 @@ ### Version ++4.06a (dev) - afl-fuzz: - ensure temporary file descriptor is closed when not used + - added `AFL_NO_WARN_INSTABILITY` - afl-cc: - add CFI sanitizer variant to gcc targets - llvm 16 support (thanks to @devnexen!) |