jonathanmetzman

Results 935 comments of jonathanmetzman

> but os.listdir(self.corpus_dir) will always return `["default"]` with AFL++. > The issue here (or at least seems an issue to me) is that the measured files blacklist is not working....

This isn't tested in CI either though it probably (maybe not since in theory it should only fail if one of the fuzzers it uses does) should.

LGTM. I'll try this out when the current experiment finishes (probably can start around sunday). Can you add this to the list of fuzzers in fuzzers.yml github action so we...

This code is ready to land but I'm not sure we will land it right now since it isn't exactly a fuzzer, it's a group of them (I'm concerned it...

Marking as draft since I don't think we want to land this yet.

Yeah I tried gcr.io/fuzzbench/runners/qsym/freetype2-2017 There's a bunch of dockerfiles, but [here](https://github.com/google/fuzzbench/pull/130/files) are the qsym dockerfiles used for that image If you're using google cloud, I used this command to create...

Note that the image is ubuntu, but the host is centos-7 so I assumed pin which failed because of the kernel should now work.

Interesting, can you share the patch please?

Thanks, I'll try this again in the next day or two.

Thanks for reporting this issue. Are you including the full output of `make lint`? can you provide it please? I can't really tell what the issue is. While this may...