Re: OSS-Fuzz issue 42877

2021-12-23 Thread Mark Wielaard
Hi Evgeny, On Fri, Dec 24, 2021 at 12:49:53AM +0300, Evgeny Vereshchagin wrote: > All those issues can be reproduced by downloading public testcases and > passing them to ./fuzz/dwfl-core. That particular issue can be reproduced with > ``` > autoreconf -i -f > ./configure --enable-maintainer-mode

Re: oss-fuzz

2020-01-06 Thread Matthias Maennich via elfutils-devel
Hi everyone! On Thu, Dec 26, 2019 at 11:50:48PM +0100, Mark Wielaard wrote: Hi Berkeley, On Mon, Dec 23, 2019 at 08:06:54AM +0200, Berkeley Churchill wrote: Great, thanks for the feedback! One of my first tasks will be to support llvm/clang builds. I've seen some prior discussion on what's n

Re: oss-fuzz

2019-12-26 Thread Mark Wielaard
Hi Berkeley, On Mon, Dec 23, 2019 at 08:06:54AM +0200, Berkeley Churchill wrote: > Great, thanks for the feedback! > > One of my first tasks will be to support llvm/clang builds. I've seen some > prior discussion on what's needed for that, but if you have any extra tips > I'll take them. I'll b

Re: oss-fuzz

2019-12-22 Thread Berkeley Churchill
Great, thanks for the feedback! One of my first tasks will be to support llvm/clang builds. I've seen some prior discussion on what's needed for that, but if you have any extra tips I'll take them. I'll be sure to create a build target for the fuzzers so they can be run standalone. Berkeley On

Re: oss-fuzz

2019-12-22 Thread Mark Wielaard
Hi Berkeley, On Fri, 2019-12-20 at 17:21 +0200, Berkeley Churchill wrote: > Any interest in integrating with oss-fuzz? It's a google project > that supports open source projects by fuzzing. It allows Google to > find and report bugs, especially security bugs, to the project. > I'm willing to work