diff options
author | Kostya Serebryany <kcc@google.com> | 2016-03-29 23:13:25 +0000 |
---|---|---|
committer | Kostya Serebryany <kcc@google.com> | 2016-03-29 23:13:25 +0000 |
commit | 0d234c382e87e57c083dc6853233b097e8b31f9c (patch) | |
tree | 70fbe191e9e6bc7d983de2bd8a584920100b8032 | |
parent | 9e1a238357a4107a5b481e39678be90e7659d08e (diff) | |
download | bcm5719-llvm-0d234c382e87e57c083dc6853233b097e8b31f9c.tar.gz bcm5719-llvm-0d234c382e87e57c083dc6853233b097e8b31f9c.zip |
[libFuzzer] more trophies
llvm-svn: 264804
-rw-r--r-- | llvm/docs/LibFuzzer.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LibFuzzer.rst b/llvm/docs/LibFuzzer.rst index 6ac12ff0f5e..d32ae550600 100644 --- a/llvm/docs/LibFuzzer.rst +++ b/llvm/docs/LibFuzzer.rst @@ -554,7 +554,7 @@ Trophies * OpenSSL/BoringSSL: `[1] <https://boringssl.googlesource.com/boringssl/+/cb852981cd61733a7a1ae4fd8755b7ff950e857d>`_ `[2] <https://openssl.org/news/secadv/20160301.txt>`_ `[3] <https://boringssl.googlesource.com/boringssl/+/2b07fa4b22198ac02e0cee8f37f3337c3dba91bc>`_ `[4] <https://boringssl.googlesource.com/boringssl/+/6b6e0b20893e2be0e68af605a60ffa2cbb0ffa64>`_ * `Libxml2 - <https://bugzilla.gnome.org/buglist.cgi?bug_status=__all__&content=libFuzzer&list_id=68957&order=Importance&product=libxml2&query_format=specific>`_ + <https://bugzilla.gnome.org/buglist.cgi?bug_status=__all__&content=libFuzzer&list_id=68957&order=Importance&product=libxml2&query_format=specific>`_ and `[HT206167] <https://support.apple.com/en-gb/HT206167>`_ (CVE-2015-5312, CVE-2015-7500, CVE-2015-7942) * `Linux Kernel's BPF verifier <https://github.com/iovisor/bpf-fuzzer>`_ |