diff options
author | vanhauser-thc <vh@thc.org> | 2022-07-19 12:24:03 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-07-19 12:24:03 +0200 |
commit | ca4a8c0f920f83c86aeb599b94b50fce2af68389 (patch) | |
tree | 0c59bc591d0c8991775c0db8655e4b9c5321b666 /docs/Changelog.md | |
parent | b847e0f414e7b310e1a68bc501d4e2453bfce70e (diff) | |
download | afl++-ca4a8c0f920f83c86aeb599b94b50fce2af68389.tar.gz |
post_process 0/NULL return support
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index ff3907f0..c7414ff2 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -9,6 +9,9 @@ Want to stay in the loop on major new features? Join our mailing list by sending a mail to <afl-users+subscribe@googlegroups.com>. ### Version ++4.02a (dev) + - afl-fuzz: + - change post_process hook to allow returning NULL and 0 length to + tell afl-fuzz to skip this mutated input - gcc_plugin: - Adacore submitted CMPLOG support to the gcc_plugin! :-) - llvm_mode: |