about summary refs log tree commit diff
diff options
context:
space:
mode:
authorllzmb <46303940+llzmb@users.noreply.github.com>2021-12-04 19:31:32 +0100
committerllzmb <46303940+llzmb@users.noreply.github.com>2021-12-04 19:31:32 +0100
commit0594bcb0cbefcb5e99f101800d4bd0b89f6689f1 (patch)
tree74379bc185aeb39dcb642a48206ab3695970e3f7
parentaa6586a761c47da1f202221c9a449b692cacbcae (diff)
downloadafl++-0594bcb0cbefcb5e99f101800d4bd0b89f6689f1.tar.gz
Remove old references
-rw-r--r--dictionaries/README.md4
-rw-r--r--docs/afl-fuzz_approach.md3
2 files changed, 2 insertions, 5 deletions
diff --git a/dictionaries/README.md b/dictionaries/README.md
index 2c0056f6..f3b8a9e5 100644
--- a/dictionaries/README.md
+++ b/dictionaries/README.md
@@ -4,9 +4,7 @@
 
 This subdirectory contains a set of dictionaries that can be used in
 conjunction with the -x option to allow the fuzzer to effortlessly explore the
-grammar of some of the more verbose data formats or languages. The basic
-principle behind the operation of fuzzer dictionaries is outlined in section 10
-of the "main" README.md for the project.
+grammar of some of the more verbose data formats or languages.
 
 These sets were done by Michal Zalewski, various contributors, and imported
 from oss-fuzz, go-fuzz and libfuzzer.
diff --git a/docs/afl-fuzz_approach.md b/docs/afl-fuzz_approach.md
index 68f45891..702e020d 100644
--- a/docs/afl-fuzz_approach.md
+++ b/docs/afl-fuzz_approach.md
@@ -424,8 +424,7 @@ There are three subdirectories created within the output directory and updated
 in real-time:
 
 - queue/   - test cases for every distinctive execution path, plus all the
-             starting files given by the user. This is the synthesized corpus
-             mentioned in section 2.
+             starting files given by the user. This is the synthesized corpus.
 
              Before using this corpus for any other purposes, you can shrink
              it to a smaller size using the afl-cmin tool. The tool will find