[llvm] r271490 - [libFuzzer] docs: add contact, mention more trophies
Kostya Serebryany via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 1 22:45:42 PDT 2016
Author: kcc
Date: Thu Jun 2 00:45:42 2016
New Revision: 271490
URL: http://llvm.org/viewvc/llvm-project?rev=271490&view=rev
Log:
[libFuzzer] docs: add contact, mention more trophies
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=271490&r1=271489&r2=271490&view=diff
==============================================================================
--- llvm/trunk/docs/LibFuzzer.rst (original)
+++ llvm/trunk/docs/LibFuzzer.rst Thu Jun 2 00:45:42 2016
@@ -23,6 +23,7 @@ corpus of input data in order to maximiz
information for libFuzzer is provided by LLVM's SanitizerCoverage_
instrumentation.
+Contact: libfuzzer(#)googlegroups.com
Versions
========
@@ -876,7 +877,7 @@ 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>`__
+* 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>`__
* Radare2: `[1] <https://github.com/revskills?tab=contributions&from=2016-04-09>`__
More information about the llvm-commits
mailing list