diff options
author | Dominik Maier <domenukk@gmail.com> | 2021-01-23 06:45:16 +0100 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2021-01-23 06:45:16 +0100 |
commit | a22c8ffdf28f19a6b5a43804d2d288dd8b32a0d2 (patch) | |
tree | 0ddeab48c1a77b1c168cbe0a38ba6334b6f6e261 /docs/Changelog.md | |
parent | 4179affe2c7ee2e49f41619f1b8fe59bd4240354 (diff) | |
parent | 258ae1632af49d9ee68b1ce1a6c74d9e92245bcf (diff) | |
download | afl++-a22c8ffdf28f19a6b5a43804d2d288dd8b32a0d2.tar.gz |
Merge branch 'dev' of github.com:aflplusplus/aflplusplus into dev
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 97f816b6..062dd785 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -32,6 +32,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - fixed endless loop for allow/blocklist lines starting with a comment (thanks to Zherya for reporting) - cmplog/redqueen now also tracks floating point, _ExtInt() + 128bit + - cmplog/redqueen can now process basic libc++ and libstdc++ + std::string comparisons (though no position or length type variants) - added AFL_LLVM_INSTRUMENT option NATIVE for native clang pc-guard support (less performant than our own), GCC for old afl-gcc and CLANG for old afl-clang |