AdamKorcz
AdamKorcz
Just a quick heads up to use [the `func` flag](https://github.com/dvyukov/go-fuzz/blob/master/go-fuzz-build/main.go#L36) to instruct go-fuzz-build which fuzzer to build.
Sure. To proceed, please leave the email addresses for maintainers to receive bug reports, and I will setup integration.
yeah, can be tricky. If you need me to set it up, let me know, I have it ready already
> Thanks for the PR. Fuzzing is a great addition but I don't think I'm all too keen on using `clusterfuzzlight` when there are better solutions available. I would prefer...
> I think you should take the "better solutions available" statement with a grain of salt when it comes from someone with limited knowledge of fuzzing ;) > > What...
I agree. We can't, however, fuzz the msgpack functionality, if misusage causes our fuzzers to stop completely in an abort. The rewrite from an abort to the ucl_create_err() will allow...
> interesting! @AdamKorcz looks like this run is reporting an AST bug https://github.com/vyperlang/vyper/runs/7560168466?check_suite_focus=true, but looking through the logs I am not able to find the actual repro. Is there some...
@inferno-chromium @jonathanmetzman @oliverchang @asraa @DavidKorczynski heif is ready for review
Thanks Bjørn, do you think other maintainers might be interested (@regisphilibert @kaushalmodi @digitalcraftsman @anthonyfok)? I saw that an out-of-memory issue happened this morning.
What about moving the build script upstream to give you more flexibility to make modifications? See for example how Tesseract does this: https://github.com/google/oss-fuzz/blob/master/projects/tesseract-ocr/build.sh.