diff options
author | hexcoder- <heiko@hexco.de> | 2020-12-22 19:42:00 +0100 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-12-22 19:42:00 +0100 |
commit | f18afa8ccdd3a19de2e119a943dc4f13829d2411 (patch) | |
tree | 8a419d6221534855dd30b9a74dbc86f786e401d8 /docs/Changelog.md | |
parent | 2a994e457a75c28272373ba24cd4158239c007fd (diff) | |
parent | 9759320266d3f334f71d06eed5267d78de1837d8 (diff) | |
download | afl++-f18afa8ccdd3a19de2e119a943dc4f13829d2411.tar.gz |
Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index e36e4e9f..cf9bfbe1 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -20,7 +20,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) - added AFL_LLVM_INSTRUMENT option NATIVE for native clang pc-guard - support (less performant than our own) + support (less performant than our own), GCC for old afl-gcc and + CLANG for old afl-clang - added dummy Makefile to instrumentation/ |