[llvm] r271493 - [libFuzzer] fix docs

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 1 23:06:35 PDT 2016


Author: kcc
Date: Thu Jun  2 01:06:34 2016
New Revision: 271493

URL: http://llvm.org/viewvc/llvm-project?rev=271493&view=rev
Log:
[libFuzzer] fix docs

Modified:
    llvm/trunk/docs/LibFuzzer.rst

Modified: llvm/trunk/docs/LibFuzzer.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LibFuzzer.rst?rev=271493&r1=271492&r2=271493&view=diff
==============================================================================
--- llvm/trunk/docs/LibFuzzer.rst (original)
+++ llvm/trunk/docs/LibFuzzer.rst Thu Jun  2 01:06:34 2016
@@ -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>`__
 




More information about the llvm-commits mailing list