aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2016-09-16 18:05:27 +0200
committerGitHub <noreply@github.com>2016-09-16 18:05:27 +0200
commit2b7fdd21f28090651456402c7cc49b2e86a3180c (patch)
tree8cfdeb9ae027dc91809d5a6467852d70b123d4f4 /README.md
parent8add3857f4f130b5ec3cb12407a3919f80cccc66 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 208810f5f..a5da22908 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
`syzkaller` is a distributed, unsupervised, coverage-guided Linux syscall fuzzer.
It is meant to be used with [KASAN](https://www.kernel.org/doc/Documentation/kasan.txt) (`CONFIG_KASAN=y`),
[KTSAN](https://github.com/google/ktsan) (`CONFIG_KTSAN=y`),
-or [KUBSAN] (http://developerblog.redhat.com/2014/10/16/gcc-undefined-behavior-sanitizer-ubsan/) ([patch](https://lkml.org/lkml/2014/10/20/181)).
+or [KUBSAN](https://www.kernel.org/doc/Documentation/ubsan.txt).
Project mailing list: [syzkaller@googlegroups.com](https://groups.google.com/forum/#!forum/syzkaller), which you can subscribe to either with an
google account or by sending an email to syzkaller+subscribe@googlegroups.com.