]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
fuzzing/README: link to wiki
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Thu, 15 Oct 2020 01:07:10 +0000 (14:07 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 21 Oct 2020 02:28:38 +0000 (02:28 +0000)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/fuzzing/README.md

index 5a2482412480ff5aa48bc860079b0bcf2940d8eb..33d33b923905f49b51d08ec3040ce7e40435b9df 100644 (file)
@@ -1,5 +1,7 @@
 # Fuzzing Samba
 
+See also https://wiki.samba.org/index.php/Fuzzing
+
 Fuzzing supplies valid, invalid, unexpected or random data as input to a piece
 of code. Instrumentation, usually compiler-implemented, is used to monitor for
 exceptions such as crashes, assertions or memory corruption.
@@ -7,7 +9,7 @@ exceptions such as crashes, assertions or memory corruption.
 See [Wikipedia article on fuzzing](https://en.wikipedia.org/wiki/Fuzzing) for
 more information.
 
-# Hongfuzz
+# Honggfuzz
 
 ## Configure with fuzzing