about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--docs/ChangeLog2
-rw-r--r--gcc_plugin/README.md (renamed from gcc_plugin/README.gcc.md)8
-rw-r--r--libtokencap/README.md (renamed from libtokencap/README.tokencap.md)0
-rw-r--r--testcases/README.md (renamed from testcases/README.testcases)8
4 files changed, 7 insertions, 11 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog
index aef3ae7c..a559f6f2 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -34,7 +34,7 @@ Version ++2.60d (develop):
     the original script is still present as afl-cmin.bash
   - added blacklist and whitelisting function check in all modules of llvm_mode
   - added fix from Debian project to compile libdislocator and libtokencap
-  - libdislocator: AFL_ALIGNED_ALLOC to force size alignment to sizeof(void*)
+  - libdislocator: AFL_ALIGNED_ALLOC to force size alignment to max_align_t
 
 
 --------------------------
diff --git a/gcc_plugin/README.gcc.md b/gcc_plugin/README.md
index 80fccfb6..8b944f1a 100644
--- a/gcc_plugin/README.gcc.md
+++ b/gcc_plugin/README.md
@@ -1,9 +1,7 @@
-===========================================
-GCC-based instrumentation for afl-fuzz
-======================================
+# GCC-based instrumentation for afl-fuzz
 
-  (See ../docs/README.md for the general instruction manual.)
-  (See ../llvm_mode/README.md for the LLVM-based instrumentation.)
+  (See [../README.md](../README.md) for the general instruction manual.)
+  (See [../llvm_mode/README.md](../llvm_mode/README.md) for the LLVM-based instrumentation.)
 
 !!! TODO items are:
 !!!  => inline instrumentation has to work!
diff --git a/libtokencap/README.tokencap.md b/libtokencap/README.md
index 8aae38bf..8aae38bf 100644
--- a/libtokencap/README.tokencap.md
+++ b/libtokencap/README.md
diff --git a/testcases/README.testcases b/testcases/README.md
index 30110ba1..ef38d3c4 100644
--- a/testcases/README.testcases
+++ b/testcases/README.md
@@ -1,8 +1,6 @@
-=======================
-AFL starting test cases
-=======================
+# AFL starting test cases
 
-  (See ../docs/README for the general instruction manual.)
+  (See [../README.md](../README.md) for the general instruction manual.)
 
 The archives/, images/, multimedia/, and others/ subdirectories contain small,
 standalone files that can be used to seed afl-fuzz when testing parsers for a
@@ -16,4 +14,4 @@ For example, there is a PNG file with and without a color profile.
 Additional test cases are always welcome.
 
 In addition to well-chosen starting files, many fuzzing jobs benefit from a
-small and concise dictionary. See ../dictionaries/README.dictionaries for more.
+small and concise dictionary. See [../dictionaries/README.md](../dictionaries/README.md) for more.