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
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
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
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
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