diff options
author | vanhauser-thc <vh@thc.org> | 2023-04-13 12:07:27 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-04-13 12:07:27 +0200 |
commit | f756734ad2782c3ed56feadb4b7b23fc82a7a968 (patch) | |
tree | 8c520bc4f2c4aa0514073cb9fae5e4420633782e /docs/Changelog.md | |
parent | 6cc8d607fb24e060591ece4b42d83fc06de68fc6 (diff) | |
download | afl++-f756734ad2782c3ed56feadb4b7b23fc82a7a968.tar.gz |
fix attempt at post_process implementation
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 501300b1..9436fc9f 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -13,6 +13,7 @@ everyone who was affected! - allow pizza mode to be disabled when AFL_PIZZA_MODE is set to -1 - option `-p mmopt` now also selects new queue items more often + - fix bug in post_process custom mutator implementation - print name of custom mutator in UI - afl-cc: - add CFI sanitizer variant to gcc targets |