about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-05-21 10:31:37 +0200
committervan Hauser <vh@thc.org>2020-05-21 10:31:37 +0200
commit83007f77f52dc2a0a11d879db1651fb7c2c9491a (patch)
tree50b1956d02ca38219c3eee0b9d9241b8a1137d7e
parentc456e20750483c8872229bf6e18f5f6a44d28bc3 (diff)
downloadafl++-83007f77f52dc2a0a11d879db1651fb7c2c9491a.tar.gz
update docs
-rw-r--r--TODO.md2
-rw-r--r--docs/Changelog.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/TODO.md b/TODO.md
index 4a4cd039..e7f5b257 100644
--- a/TODO.md
+++ b/TODO.md
@@ -6,7 +6,7 @@
  - random crc32 HASH_CONST per run? because with 65536 paths we have collisions
  - namespace for targets? e.g. network
  - libradamsa as a custom module?
- - focal for travis
+ - learn from honggfuzz
 
 ## Further down the road
 
diff --git a/docs/Changelog.md b/docs/Changelog.md
index de874d1a..2d01ce9a 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -13,8 +13,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
   - afl-fuzz:
      - -S slaves now only sync from the master to increase performance,
        the -M master stilly syncs from everyone. Added checks that exactly
-       one master is present
-     - If no master is present at sync time one slave automatically becomes
+       one master is present and warn otherwise
+     - If no master is present at a sync one slave automatically becomes
        a temporary master until a real master shows up
   - llvm_mode:
     - lowered minimum required llvm version to 3.4 (except LLVMInsTrim,