about summary refs log tree commit diff
path: root/gcc_plugin/README.gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc_plugin/README.gcc')
-rw-r--r--gcc_plugin/README.gcc10
1 files changed, 8 insertions, 2 deletions
diff --git a/gcc_plugin/README.gcc b/gcc_plugin/README.gcc
index b3e9c853..a002c741 100644
--- a/gcc_plugin/README.gcc
+++ b/gcc_plugin/README.gcc
@@ -5,6 +5,12 @@ Fast GCC-based instrumentation for afl-fuzz
   (See ../docs/README for the general instruction manual.)
   (See ../llvm_mode/README.llvm for the LLVM-based instrumentation.)
 
+
+!!!
+!!! gcc_plugin is not stable yet and can crash when compiling
+!!!
+
+
 1) Introduction
 ---------------
 
@@ -65,8 +71,8 @@ directory.
 This is an early-stage mechanism, so field reports are welcome. You can send bug
 reports to <aseipp@pobox.com>.
 
-4) Bonus feature #1: deferred instrumentation
----------------------------------------------
+4) Bonus feature #1: deferred initialization
+--------------------------------------------
 
 AFL tries to optimize performance by executing the targeted binary just once,
 stopping it just before main(), and then cloning this "master" process to get