diff options
author | Kostya Serebryany <kcc@google.com> | 2015-10-12 18:15:42 +0000 |
---|---|---|
committer | Kostya Serebryany <kcc@google.com> | 2015-10-12 18:15:42 +0000 |
commit | 928eb33a9e02f40a8d76da9bd018ce47bf9a59b9 (patch) | |
tree | 05775d8d5f08be89022f4d3b03d7573bdcf1d4c2 | |
parent | 0dc91b3143be4bed0991de053e24730dbda285fd (diff) | |
download | bcm5719-llvm-928eb33a9e02f40a8d76da9bd018ce47bf9a59b9.tar.gz bcm5719-llvm-928eb33a9e02f40a8d76da9bd018ce47bf9a59b9.zip |
[libFuzzer] mention more trophies and improve the link formatting
llvm-svn: 250076
-rw-r--r-- | llvm/docs/LibFuzzer.rst | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/llvm/docs/LibFuzzer.rst b/llvm/docs/LibFuzzer.rst index b9abcbad4aa..85c110f272f 100644 --- a/llvm/docs/LibFuzzer.rst +++ b/llvm/docs/LibFuzzer.rst @@ -457,16 +457,19 @@ Trophies * 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 +* `pugixml <https://github.com/zeux/pugixml/issues/39>`_ * 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 + also in `bugzilla <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 +* `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 +* `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 +* `Harfbuzz <https://github.com/behdad/harfbuzz/issues/139>`_ + +* `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 |