diff options
author | vanhauser-thc <vh@thc.org> | 2023-04-05 12:59:20 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-04-05 12:59:20 +0200 |
commit | 36127fb1970746f53fec44f9394061f57a4e94c3 (patch) | |
tree | 74cf2ac1e1ab8a7bb4de662af135634003269803 /docs/Changelog.md | |
parent | 5fea071ae99dc68d634afd996fcd280f57f78002 (diff) | |
download | afl++-36127fb1970746f53fec44f9394061f57a4e94c3.tar.gz |
add -z switch
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 fbf50137..8127e594 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -12,6 +12,7 @@ - fixed a crash in pizza (1st april easter egg) mode. Sorry for everyone who was affected! - allow pizza mode to be disabled when AFL_PIZZA_MODE is set to -1 + - add -z switch to prefer new coverage findings in seed selection - afl-cc: - add CFI sanitizer variant to gcc targets - llvm 16 support (thanks to @devnexen!) |