From ddbe8126b1efb797d0bb1cce150550d2b6e23270 Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Tue, 11 Aug 2015 04:16:37 +0000 Subject: [PATCH] [libFuzzer] fix docs build git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244566 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LibFuzzer.rst | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/docs/LibFuzzer.rst b/docs/LibFuzzer.rst index f6f6e6548aa..72e229cf228 100644 --- a/docs/LibFuzzer.rst +++ b/docs/LibFuzzer.rst @@ -425,15 +425,23 @@ Examples: regular expression matchers, text or binary format parsers. 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 + + * http://git.musl-libc.org/cgit/musl/commit/?id=39dfd58417ef642307d90306e1c7e50aaec5a35c + * http://www.openwall.com/lists/oss-security/2015/03/30/3 + * pugixml: https://github.com/zeux/pugixml/issues/39 + * PCRE: Search for "LLVM fuzzer" in http://vcs.pcre.org/pcre2/code/trunk/ChangeLog?view=markup + * LLVM: - * Clang: https://llvm.org/bugs/show_bug.cgi?id=23057 - * Clang-format: https://llvm.org/bugs/show_bug.cgi?id=23052 - * libc++: https://llvm.org/bugs/show_bug.cgi?id=24411 + + * Clang: https://llvm.org/bugs/show_bug.cgi?id=23057 + + * Clang-format: https://llvm.org/bugs/show_bug.cgi?id=23052 + + * libc++: https://llvm.org/bugs/show_bug.cgi?id=24411 -- 2.34.1