aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2016-09-16 18:06:02 +0200
committerGitHub <noreply@github.com>2016-09-16 18:06:02 +0200
commit4e13fd063fb80de679ec7a906a9cea83e2a7ce45 (patch)
treeed396615e8b4233f60332309cae4af33c4977375
parent2b7fdd21f28090651456402c7cc49b2e86a3180c (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a5da22908..4913a9f56 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# syzkaller - linux syscall fuzzer
-`syzkaller` is a distributed, unsupervised, coverage-guided Linux syscall fuzzer.
+`syzkaller` is an 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](https://www.kernel.org/doc/Documentation/ubsan.txt).