From c9d230849b897730aec026bc309d8f4d60aa8437 Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Tue, 11 Aug 2015 01:53:45 +0000 Subject: [PATCH] [libFuzzer] add the list of trophies to the docs. It is incomplete, additions are welcome :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244560 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LibFuzzer.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/LibFuzzer.rst b/docs/LibFuzzer.rst index 4aeace134dd..f6f6e6548aa 100644 --- a/docs/LibFuzzer.rst +++ b/docs/LibFuzzer.rst @@ -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/ -- 2.34.1