summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2017-10-12 02:28:26 +0000
committerJustin Bogner <mail@justinbogner.com>2017-10-12 02:28:26 +0000
commit8d85ced1d1b6f95d7b4fc1f11e9234063ba72966 (patch)
tree899c63dccb4c784aaf6626a8fa4f1ac5bf985855
parent8bebdff49ed9d2588b9a1e359e9de41a8dd8c6be (diff)
downloadbcm5719-llvm-8d85ced1d1b6f95d7b4fc1f11e9234063ba72966.tar.gz
bcm5719-llvm-8d85ced1d1b6f95d7b4fc1f11e9234063ba72966.zip
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. llvm-svn: 315550
-rw-r--r--llvm/docs/FuzzingLLVM.rst11
1 files changed, 9 insertions, 2 deletions
diff --git a/llvm/docs/FuzzingLLVM.rst b/llvm/docs/FuzzingLLVM.rst
index 1177aaca231..5ba5fa10b67 100644
--- a/llvm/docs/FuzzingLLVM.rst
+++ b/llvm/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
OpenPOWER on IntegriCloud