[libFuzzer] add the list of trophies to the docs. It is incomplete, additions are...
authorKostya Serebryany <kcc@google.com>
Tue, 11 Aug 2015 01:53:45 +0000 (01:53 +0000)
committerKostya Serebryany <kcc@google.com>
Tue, 11 Aug 2015 01:53:45 +0000 (01:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244560 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LibFuzzer.rst

index 4aeace134dd183a0de0f22375a9d2b5024d2f6d1..f6f6e6548aae948f35e2220286ee0880358efa58 100644 (file)
@@ -422,6 +422,21 @@ small inputs, each input takes < 1ms to run, and the library code is not expecte
 to crash on invalid inputs.
 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
+* 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
+
+
+
 .. _pcre2: http://www.pcre.org/
 
 .. _AFL: http://lcamtuf.coredump.cx/afl/