summaryrefslogtreecommitdiffstats
path: root/content/zettel/2e2.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/zettel/2e2.md')
-rw-r--r--content/zettel/2e2.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/content/zettel/2e2.md b/content/zettel/2e2.md
new file mode 100644
index 0000000..0965eb8
--- /dev/null
+++ b/content/zettel/2e2.md
@@ -0,0 +1,12 @@
++++
+title = "Fuzzing Compilers"
+author = "Yann Herklotz"
+tags = []
+categories = []
+backlinks = ["2e1"]
+forwardlinks = ["2e3", "2e2a"]
+zettelid = "2e2"
++++
+
+Fuzzing is the act of randomly generating an input, and checking in
+various ways if the output is correct.