[llvm] r247425 - [libFuzzer] mention more trophies
Alexei Starovoitov via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 11 10:07:04 PDT 2015
On Fri, Sep 11, 2015 at 9:34 AM, Kostya Serebryany via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> +
> +* Linux Kernel's BPF verifier: https://github.com/iovisor/bpf-fuzzer
yep :)
It found one bug so far, but looks like we need custom
instruction generation. Pure random fuzzing cannot generate
long enough instruction sequences to stress all pieces of verifier.
More information about the llvm-commits
mailing list