diff options
author | vanhauser-thc <vh@thc.org> | 2023-03-06 09:59:52 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-03-06 09:59:52 +0100 |
commit | e6a05382b83817b245da51bcba16be5df56eb283 (patch) | |
tree | 886406cd73304a738d7364c71b2a56b31858bfaa /docs/Changelog.md | |
parent | cb8296bdb0a2f3f1115ecbe2ac9f1c5a86c94893 (diff) | |
download | afl++-e6a05382b83817b245da51bcba16be5df56eb283.tar.gz |
fix IGNORE_PROBLEMS and update qemuafl
Diffstat (limited to 'docs/Changelog.md')
-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 8f71fd83..f4fa4382 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -11,6 +11,8 @@ - add CFI sanitizer variant to gcc targets - llvm 16 support (thanks to @devnexen!) - support llvm 15 native pcguard changes + - qemu_mode: + - fix _RANGES envs to allow hyphens in the filenames - new custom module: autotoken, grammar free fuzzer for text inputs - LTO autoken and llvm_mode: added AFL_LLVM_DICT2FILE_NO_MAIN support - better sanitizer default options support for all tools |