[llvm] r244560 - [libFuzzer] add the list of trophies to the docs. It is incomplete, additions are welcome :)

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 10 18:53:45 PDT 2015


Author: kcc
Date: Mon Aug 10 20:53:45 2015
New Revision: 244560

URL: http://llvm.org/viewvc/llvm-project?rev=244560&view=rev
Log:
[libFuzzer] add the list of trophies to the docs. It is incomplete, additions are welcome :) 

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=244560&r1=244559&r2=244560&view=diff
==============================================================================
--- llvm/trunk/docs/LibFuzzer.rst (original)
+++ llvm/trunk/docs/LibFuzzer.rst Mon Aug 10 20:53:45 2015
@@ -422,6 +422,21 @@ small inputs, each input takes < 1ms to
 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/




More information about the llvm-commits mailing list