From 408bbb846142523c8bfc1f12584767053f5ca477 Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Fri, 13 Dec 2019 23:53:10 +0100 Subject: Update external_fuzzing_usb.md --- docs/linux/external_fuzzing_usb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/linux') diff --git a/docs/linux/external_fuzzing_usb.md b/docs/linux/external_fuzzing_usb.md index 71a038ade..1ad0856a1 100644 --- a/docs/linux/external_fuzzing_usb.md +++ b/docs/linux/external_fuzzing_usb.md @@ -11,7 +11,7 @@ USB fuzzing 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. 3. KCOV changes that allow to collect coverage from background threads and interrupts -(the former can be found [here](https://github.com/google/kasan/commits/usb-fuzzer) and is now being upstreamed, the latter is still in development). +(the former is now upstream, the latter can be found [here](https://github.com/google/kasan/commits/usb-fuzzer) and is now being upstreamed). More details can be found: -- cgit mrf-deployment