search for: llvm_cxxabi

Displaying 3 results from an estimated 3 matches for "llvm_cxxabi".

2017 Aug 29
2
how to auto-report LLVM bugs found by fuzzing?
...t; > https://github.com/google/oss-fuzz/blob/master/projects/ > llvm/project.yaml) > > Can this be set up to CC per-fuzz-target or so? I'm sure some people are > interested in, say, clang, but not necessarily cxa_demangler, or > vice-versa. > Sadly, no. We can distinguish llvm_cxxabi (cxa_demangler) from everything else because these are currently two independent projects on oss-fuzz. Making it finer-grained would require setting up separate oss-fuzz projects which is harder to maintain and would not be welcome on oss-fuzz side. The automatic e-mails announce the fuzz target...
2017 Aug 30
2
how to auto-report LLVM bugs found by fuzzing?
...yaml) > >> > >> Can this be set up to CC per-fuzz-target or so? I'm sure some people are > >> interested in, say, clang, but not necessarily cxa_demangler, or > >> vice-versa. > >> > > > > Sadly, no. > > > > We can distinguish llvm_cxxabi (cxa_demangler) from everything else > because > > these are currently two independent projects on oss-fuzz. > > Making it finer-grained would require setting up separate oss-fuzz > projects > > which is harder to maintain and would not be welcome on oss-fuzz side. > >...
2017 Aug 29
3
how to auto-report LLVM bugs found by fuzzing?
Hi, We have several llvm fuzz targets running on OSS-Fuzz, a continuous automated fuzzing service: https://github.com/google/oss-fuzz https://www.usenix.org/sites/default/files/conference/protected-files/usenixsecurity17_slides_serebryany.pdf It has reported a few bugs in cxa_demangler, clang, and dwarfdump already, and we expect to add more fuzz targets to it soon (llvm-isel-fuzzer,