diff options
| author | Kostya Serebryany <kcc@google.com> | 2015-10-10 02:14:18 +0000 |
|---|---|---|
| committer | Kostya Serebryany <kcc@google.com> | 2015-10-10 02:14:18 +0000 |
| commit | 45dac2a3accfbe50b4ba50450a2240e2b21d1d93 (patch) | |
| tree | a95a10758b9d211a6ffe0a349b272847b88757f1 /llvm/docs | |
| parent | 0ecae015ff88ed4ac24e3266af15d8d7aac4d0f2 (diff) | |
| download | bcm5719-llvm-45dac2a3accfbe50b4ba50450a2240e2b21d1d93.tar.gz bcm5719-llvm-45dac2a3accfbe50b4ba50450a2240e2b21d1d93.zip | |
[libFuzzer] document more trophies
llvm-svn: 249933
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/LibFuzzer.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/llvm/docs/LibFuzzer.rst b/llvm/docs/LibFuzzer.rst index 6f86db4c0a8..b9abcbad4aa 100644 --- a/llvm/docs/LibFuzzer.rst +++ b/llvm/docs/LibFuzzer.rst @@ -459,12 +459,15 @@ Trophies * pugixml: https://github.com/zeux/pugixml/issues/39 -* PCRE: Search for "LLVM fuzzer" in http://vcs.pcre.org/pcre2/code/trunk/ChangeLog?view=markup +* PCRE: Search for "LLVM fuzzer" in http://vcs.pcre.org/pcre2/code/trunk/ChangeLog?view=markup; + also: https://bugs.exim.org/buglist.cgi?bug_status=__all__&content=libfuzzer&no_redirect=1&order=Importance&product=PCRE&query_format=specific * ICU: http://bugs.icu-project.org/trac/ticket/11838 * Freetype: https://savannah.nongnu.org/search/?words=LibFuzzer&type_of_search=bugs&Search=Search&exact=1#options +* Harfbuzz: https://github.com/behdad/harfbuzz/issues/139 + * Linux Kernel's BPF verifier: https://github.com/iovisor/bpf-fuzzer * LLVM: |

