about summary refs log tree commit diff
path: root/docs/ChangeLog
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-07-05 13:27:53 +0200
committerGitHub <noreply@github.com>2019-07-05 13:27:53 +0200
commit18e031d3464b1c93d426299d270fea62d481bb11 (patch)
tree8ef28842ef80063972b925faea1c3dd883d4eb3d /docs/ChangeLog
parentb57b2073acf85e985f513a12d8aae725f8942689 (diff)
parentc0332ad98b84bad3798cbe23d36b07423f216479 (diff)
downloadafl++-18e031d3464b1c93d426299d270fea62d481bb11.tar.gz
Merge pull request #11 from vanhauser-thc/neverZero_counters
Never zero counters added
Diffstat (limited to 'docs/ChangeLog')
-rw-r--r--docs/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog
index b758b211..b8d0d7ac 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -17,6 +17,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
 Version ++2.52d (tbd):
 -----------------------------
 
+  - added never zero counters for afl-gcc and optional (because of an
+    optimization issue in llvm < 9) for llvm_mode (AFL_LLVM_NEVER_ZERO=1)
   - more cpu power for afl-system-config
   - added forkserver patch to afl-tmin, makes it much faster (originally from
     github.com/nccgroup/TriforceAFL)