summaryrefslogtreecommitdiff
path: root/docs/LibFuzzer.rst
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2016-06-02 06:06:34 +0000
committerKostya Serebryany <kcc@google.com>2016-06-02 06:06:34 +0000
commit4e0bd0b55440e97eab377eb756b81cb0450c29ed (patch)
treebdd2896b64366b8344cc2bf12773f9a3ef6b6eee /docs/LibFuzzer.rst
parente8edd31970a35af451abc4b8a2ff8bbc71c5a78c (diff)
[libFuzzer] fix docs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@271493 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LibFuzzer.rst')
-rw-r--r--docs/LibFuzzer.rst9
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/LibFuzzer.rst b/docs/LibFuzzer.rst
index 9dc6e5cd235..1d487ca8d53 100644
--- a/docs/LibFuzzer.rst
+++ b/docs/LibFuzzer.rst
@@ -850,10 +850,7 @@ Trophies
========
* GLIBC: https://sourceware.org/glibc/wiki/FuzzingLibc
-* MUSL LIBC:
-
- * http://git.musl-libc.org/cgit/musl/commit/?id=39dfd58417ef642307d90306e1c7e50aaec5a35c
- * http://www.openwall.com/lists/oss-security/2015/03/30/3
+* MUSL LIBC: `[1] <http://git.musl-libc.org/cgit/musl/commit/?id=39dfd58417ef642307d90306e1c7e50aaec5a35c>`__ `[2] <http://www.openwall.com/lists/oss-security/2015/03/30/3>`__
* `pugixml <https://github.com/zeux/pugixml/issues/39>`_
@@ -877,7 +874,9 @@ Trophies
* `Linux Kernel's BPF verifier <https://github.com/iovisor/bpf-fuzzer>`_
-* Capstone: `[1] <https://github.com/aquynh/capstone/issues/600>`__ `[2] <https://github.com/aquynh/capstone/commit/6b88d1d51eadf7175a8f8a11b690684443b11359>`__ `[3] <http://bugs.gw.com/view.php?id=550>`__ `[4] <http://bugs.gw.com/view.php?id=551>`__ `[5] <http://bugs.gw.com/view.php?id=553>`__ `[6] <http://bugs.gw.com/view.php?id=554>`__
+* Capstone: `[1] <https://github.com/aquynh/capstone/issues/600>`__ `[2] <https://github.com/aquynh/capstone/commit/6b88d1d51eadf7175a8f8a11b690684443b11359>`__
+
+* file:`[1] <http://bugs.gw.com/view.php?id=550>`__ `[2] <http://bugs.gw.com/view.php?id=551>`__ `[3] <http://bugs.gw.com/view.php?id=553>`__ `[4] <http://bugs.gw.com/view.php?id=554>`__
* Radare2: `[1] <https://github.com/revskills?tab=contributions&from=2016-04-09>`__