From 68b5d4b666e2742acddfe8dfd2f5a93a437ca069 Mon Sep 17 00:00:00 2001 From: Justin Bogner Date: Thu, 12 Oct 2017 02:28:26 +0000 Subject: [PATCH] docs: Add some links to OSS Fuzz I'd left a couple of stray links here in a previous commit rather than writing a paragraph. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@315550 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/FuzzingLLVM.rst | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/FuzzingLLVM.rst b/docs/FuzzingLLVM.rst index 1177aaca231..5ba5fa10b67 100644 --- a/docs/FuzzingLLVM.rst +++ b/docs/FuzzingLLVM.rst @@ -210,10 +210,17 @@ this did find issues, it didn't have a very good way to report problems in an actionable way. Because of this, we're moving towards using `OSS Fuzz`_ more instead. -https://github.com/google/oss-fuzz/blob/master/projects/llvm/project.yaml -https://bugs.chromium.org/p/oss-fuzz/issues/list?q=Proj-llvm +You can browse the `LLVM project issue list`_ for the bugs found by +`LLVM on OSS Fuzz`_. These are also mailed to the `llvm-bugs mailing +list`_. .. _OSS Fuzz: https://github.com/google/oss-fuzz +.. _LLVM project issue list: + https://bugs.chromium.org/p/oss-fuzz/issues/list?q=Proj-llvm +.. _LLVM on OSS Fuzz: + https://github.com/google/oss-fuzz/blob/master/projects/llvm +.. _llvm-bugs mailing list: + http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs Utilities for Writing Fuzzers -- 2.50.1