diff options
author | Kostya Serebryany <kcc@google.com> | 2017-11-30 02:26:47 +0000 |
---|---|---|
committer | Kostya Serebryany <kcc@google.com> | 2017-11-30 02:26:47 +0000 |
commit | 954cfd56c7fa8497ba4248c9c8a0f85307fce774 (patch) | |
tree | db023e2100b202bbe357687b47cca0f6563eb511 | |
parent | b862159683b00da005e9c30c9af3ad7077c9c3cc (diff) | |
download | bcm5719-llvm-954cfd56c7fa8497ba4248c9c8a0f85307fce774.tar.gz bcm5719-llvm-954cfd56c7fa8497ba4248c9c8a0f85307fce774.zip |
[libFuzzer] mention one more trophie in the Linux Kernel
llvm-svn: 319397
-rw-r--r-- | llvm/docs/LibFuzzer.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/docs/LibFuzzer.rst b/llvm/docs/LibFuzzer.rst index d4e33cb0670..a2198f2b5a8 100644 --- a/llvm/docs/LibFuzzer.rst +++ b/llvm/docs/LibFuzzer.rst @@ -707,6 +707,8 @@ Trophies * `Linux Kernel's BPF verifier <https://github.com/iovisor/bpf-fuzzer>`_ +* `Linux Kernel's Crypto code <https://www.spinics.net/lists/stable/msg199712.html>`_ + * Capstone: `[1] <https://github.com/aquynh/capstone/issues/600>`__ `[2] <https://github.com/aquynh/capstone/commit/6b88d1d51eadf7175a8f8a11b690684443b11359>`__ * file:`[1] <http://bugs.gw.com/view.php?id=550>`__ `[2] <http://bugs.gw.com/view.php?id=551>`__ `[3] <http://bugs.gw.com/view.php?id=553>`__ `[4] <http://bugs.gw.com/view.php?id=554>`__ |