diff options
author | van Hauser <vh@thc.org> | 2020-04-17 07:10:42 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-04-17 07:10:42 +0200 |
commit | c961925356bf3388066969b9975b424c4cdae890 (patch) | |
tree | 7a8e806add44f2d61fcff837ae040e8b1999ae9a /docs | |
parent | 23ea7279159dce964c69b3dfa5e7e36f3d5a5085 (diff) | |
download | afl++-c961925356bf3388066969b9975b424c4cdae890.tar.gz |
fix plot_data output and code-format
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changelog.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index e1e558b7..60d83508 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -19,14 +19,17 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - snapshot feature usage now visible in UI - Now setting "-L -1" will enable MOpt in parallel to normal mutation. Additionally this allows to run dictionaries, radamsa and cmplog. + - fix for cmplog/redqueen mode if stdin was used + - fix for writing a better plot_data file + - qemu_mode: fix for persistent mode - compare-transform/AFL_LLVM_LAF_TRANSFORM_COMPARES now transforms also static global and local variable comparisons (cannot find all though) - extended forkserver: map_size and more information is communicated to afl-fuzz (and afl-fuzz acts accordingly) - - more refactoring - if AFL_CC/AFL_CXX is set but empty afl compilers did fail, fixed (this bug is in vanilla afl too) - added NO_PYTHON flag to disable python support when building afl-fuzz + - more refactoring ### Version ++2.63c (release): |