Commit Diff


commit - 18ac3d0fd1fece16a142194f570c453f67e5b12f
commit + 7249505e3541e039ee31d003ba7eb27e94f31fd5
blob - /dev/null
blob + 6f6dd18bf478fff6fa71b8d4d8e58658b0a5ce30 (mode 644)
--- /dev/null
+++ regress/fuzz/README.md
@@ -0,0 +1,10 @@
+# Fuzzying gmid
+
+Here are some notes on how to fuzz (some) gmid parts using afl.
+
+ - run `make -C ../../ clean` beforehand so that we compile all relevant
+   sources with afl-clang.  Then, clean again before rebuilding gmid.
+
+ - run `make fuzz-iri` to fuzz the IRI parser.
+
+ - run `make fuzz-proto` to fuzz the proxy v1 protocol parser.