Re: Adding elfutils to OSS-Fuzz

2021-10-28 Thread Murtaza Izzee via Elfutils-devel
Hey Mark This is useful. I did have to filter out some of the debug parsing from the `libreadelf` I put together. I figured I could save some time by using some existing client of libelf. I will take a look at those simpler tests, which might make for a cleaner OSS-Fuzz target as well. I can work

Re: Adding elfutils to OSS-Fuzz

2021-10-28 Thread Mark Wielaard
Hi Murtaza, On Thu, Oct 28, 2021 at 09:47:40AM -0700, Murtaza Izzee via Elfutils-devel wrote: > Wanted to add elfutils to OSS-Fuzz. libelf is used in many distributions > and seems like a good target to have some fuzz testing on > > https://github.com/google/oss-fuzz/pull/6670 > > Would love to

Adding elfutils to OSS-Fuzz

2021-10-28 Thread Murtaza Izzee via Elfutils-devel
Hi all Wanted to add elfutils to OSS-Fuzz. libelf is used in many distributions and seems like a good target to have some fuzz testing on https://github.com/google/oss-fuzz/pull/6670 Would love to hear your thoughts. Thanks!