summaryrefslogtreecommitdiffstats
path: root/intro.tex
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-09-13 19:51:53 +0100
committerYann Herklotz <git@yannherklotz.com>2020-09-13 19:51:53 +0100
commitf7eed84f2c819c26529c894bc20dac1f9ca46a83 (patch)
treeca10674bd38700968c9078695935f62b423a645a /intro.tex
parentccdcfa929c0556632f4b7dd4af7c537a8b751303 (diff)
downloadfccm21_esrhls-f7eed84f2c819c26529c894bc20dac1f9ca46a83.tar.gz
fccm21_esrhls-f7eed84f2c819c26529c894bc20dac1f9ca46a83.zip
Add related work behind intro
Diffstat (limited to 'intro.tex')
-rw-r--r--intro.tex4
1 files changed, 3 insertions, 1 deletions
diff --git a/intro.tex b/intro.tex
index b0433fc..8d29f5e 100644
--- a/intro.tex
+++ b/intro.tex
@@ -16,7 +16,9 @@ Furthermore, fuzzing tools can be configured by users to generate and avoid part
% % Our method is brought over from the compiler testing literature.
% Program fuzzing is bla..
-% Fuzzing enables us to overcome
+% Fuzzing enables us to overcome
+
+Fuzzing is an effective random testing technique whereby random inputs are provided to the software under test and the output is checked for correctness.