diff options
author | vanhauser-thc <vh@thc.org> | 2022-09-16 10:57:54 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-09-16 10:57:54 +0200 |
commit | 5bf8bffd4aaedad1eef83504c46fc762e0262c27 (patch) | |
tree | 1acbb68c44c4e3c743714cddedf4eb01066fea62 /docs | |
parent | af5e8370af3b8a1e1077ca735b0748f7c5b988bb (diff) | |
download | afl++-5bf8bffd4aaedad1eef83504c46fc762e0262c27.tar.gz |
changelog
Diffstat (limited to 'docs')
-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 e9dc813f..71607542 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -21,6 +21,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. @tokatoka for reporting - fix for llvm 15 and reenabling LTO, thanks to nikic for the PR! - better handling of -fsanitize=..,...,.. lists + - support added for LLVMFuzzerRunDriver() - fix gcc_mode cmplog - obtain the map size of a target with setting AFL_DUMP_MAP_SIZE=1 note that this will exit the target before main() |