Displaying 3 results from an estimated 3 matches for "usenixsecurity17_slides_serebryany".
2017 Aug 29
2
how to auto-report LLVM bugs found by fuzzing?
...kcc at google.com> writes:
> > 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,
> > clang-format-fuzzer, ...)
> >
> > A question to everyone: how do we report these bugs properly...
2017 Aug 30
2
how to auto-report LLVM bugs found by fuzzing?
...t;
> >> > 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,
> >> > clang-format-fuzzer, ...)
> >> >
> >> &g...
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,
clang-format-fuzzer, ...)
A question to everyone: how do we report these bugs properly?
OSS-Fuzz files bugs automatically into a separate bug tracker...