diff options
| author | Kostya Serebryany <kcc@google.com> | 2015-11-11 05:20:55 +0000 |
|---|---|---|
| committer | Kostya Serebryany <kcc@google.com> | 2015-11-11 05:20:55 +0000 |
| commit | 65e7126f00d0f4e9ce35ebc9fe5ff41e27315d5d (patch) | |
| tree | 0dfee1082f866b31e6ea055ea5fe965af31bd502 /llvm/docs/LibFuzzer.rst | |
| parent | 88722f714c7074cd30805e95c1da81bd496d0b32 (diff) | |
| download | bcm5719-llvm-65e7126f00d0f4e9ce35ebc9fe5ff41e27315d5d.tar.gz bcm5719-llvm-65e7126f00d0f4e9ce35ebc9fe5ff41e27315d5d.zip | |
[libFuzzer] more trophies
llvm-svn: 252704
Diffstat (limited to 'llvm/docs/LibFuzzer.rst')
| -rw-r--r-- | llvm/docs/LibFuzzer.rst | 24 |
1 files changed, 4 insertions, 20 deletions
diff --git a/llvm/docs/LibFuzzer.rst b/llvm/docs/LibFuzzer.rst index 97ae928988b..3104bc2fa7c 100644 --- a/llvm/docs/LibFuzzer.rst +++ b/llvm/docs/LibFuzzer.rst @@ -469,30 +469,14 @@ Trophies * `Harfbuzz <https://github.com/behdad/harfbuzz/issues/139>`_ +* `SQLite <http://www3.sqlite.org/cgi/src/info/088009efdd56160b>` + * `Libxml2 <https://bugzilla.gnome.org/buglist.cgi?bug_status=__all__&content=libFuzzer&list_id=68957&order=Importance&product=libxml2&query_format=specific>`_ -* Linux Kernel's BPF verifier: https://github.com/iovisor/bpf-fuzzer - -* 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 - - * llvm-as: https://llvm.org/bugs/show_bug.cgi?id=24639 - - * Disassembler: +* `Linux Kernel's BPF verifier <https://github.com/iovisor/bpf-fuzzer>` - * Mips: Discovered a number of untested instructions for the Mips target - (see valid-mips*.s in http://reviews.llvm.org/rL247405, - http://reviews.llvm.org/rL247414, http://reviews.llvm.org/rL247416, - http://reviews.llvm.org/rL247417, http://reviews.llvm.org/rL247420, - and http://reviews.llvm.org/rL247422) as well some instructions that - successfully disassembled on ISA's where they were not valid (see - invalid-xfail.s files in the same commits). +* 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`, `llvm-as <https://llvm.org/bugs/show_bug.cgi?id=24639>`, Disassembler: http://reviews.llvm.org/rL247405, http://reviews.llvm.org/rL247414, http://reviews.llvm.org/rL247416, http://reviews.llvm.org/rL247417, http://reviews.llvm.org/rL247420, http://reviews.llvm.org/rL247422. .. _pcre2: http://www.pcre.org/ |

