From: Douglas Bagnall Date: Thu, 15 Oct 2020 01:07:10 +0000 (+1300) Subject: fuzzing/README: link to wiki X-Git-Tag: talloc-2.3.2~229 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be51499f7deb4551e2a81f77582f3828d6652681;p=thirdparty%2Fsamba.git fuzzing/README: link to wiki Signed-off-by: Douglas Bagnall Reviewed-by: Andrew Bartlett --- diff --git a/lib/fuzzing/README.md b/lib/fuzzing/README.md index 5a248241248..33d33b92390 100644 --- a/lib/fuzzing/README.md +++ b/lib/fuzzing/README.md @@ -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