aboutsummaryrefslogtreecommitdiffstats
path: root/docs/linux/external_fuzzing_usb.md
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2019-12-13 23:53:59 +0100
committerGitHub <noreply@github.com>2019-12-13 23:53:59 +0100
commit9d84e2277c772ae2319ed96eb4c7ebaff4ae4522 (patch)
treee5a3076037650042034427161a6b303f2a6b8225 /docs/linux/external_fuzzing_usb.md
parent408bbb846142523c8bfc1f12584767053f5ca477 (diff)
Update external_fuzzing_usb.md
Diffstat (limited to 'docs/linux/external_fuzzing_usb.md')
-rw-r--r--docs/linux/external_fuzzing_usb.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/linux/external_fuzzing_usb.md b/docs/linux/external_fuzzing_usb.md
index 1ad0856a1..8578a1d74 100644
--- a/docs/linux/external_fuzzing_usb.md
+++ b/docs/linux/external_fuzzing_usb.md
@@ -6,7 +6,7 @@ Syzkaller supports fuzzing the Linux kernel USB subsystem externally
This allowed to find over [100 bugs](/docs/linux/found_bugs_usb.md) in the Linux kernel USB stack so far.
This is still in development and things might change.
-USB fuzzing consists of 3 parts:
+USB fuzzing support consists of 3 parts:
1. Syzkaller changes that are now upstream.
2. Kernel interface for USB device emulation, which can be found [here](https://github.com/google/kasan/commits/usb-fuzzer) and is now being upstreamed.