about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-12-01 10:24:11 +0100
committervanhauser-thc <vh@thc.org>2021-12-01 10:24:22 +0100
commitc2779cc6f9c904cba870e6b1059793cf38261766 (patch)
treebacdca1763845ce4c8bbd268d745bd9f573d26d3
parentc14ccdf264747a5fee0f38e2a0c8097ad50d0119 (diff)
downloadafl++-c2779cc6f9c904cba870e6b1059793cf38261766.tar.gz
update docs
-rw-r--r--TODO.md3
-rw-r--r--docs/Changelog.md1
2 files changed, 3 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index 1d4270b4..7d2339eb 100644
--- a/TODO.md
+++ b/TODO.md
@@ -2,16 +2,17 @@
 
 ## TODO
 
- - screen update during input2stage
  - better autodetection of shifting runtime timeout values
  - Update afl->pending_not_fuzzed for MOpt
  - afl-plot to support multiple plot_data
  - parallel builds for source-only targets
+ - get rid of check_binary, replace with more forkserver communication
 
 ## Perhaps
 
  - afl_custom_fuzz_splice_optin()
  - afl_custom_splice()
+ - cmdline option from-to range for mutations
 
 ## Further down the road
 
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 054f0fef..103f9f63 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -40,6 +40,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
     - new cmplog mode (incompatible with older afl++ versions)
     - support llvm IR select instrumentation for default PCGUARD and LTO
     - fix for shared linking on MacOS
+    - fixed a potential crash in targets for LAF string handling
     - added AFL_USE_TSAN thread sanitizer support
     - llvm and LTO mode modified to work with new llvm 14-dev (again)
   - added the very good grammar mutator "GramaTron" to the