summaryrefslogtreecommitdiffstats
path: root/content/zettel/2e2.md
blob: 0965eb8094391e1aa1af4aaa85b4fc3a322d0a2f (plain)
1
2
3
4
5
6
7
8
9
10
11
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.