jonathanmetzman

Results 935 comments of jonathanmetzman

Why is qoi critical open source software? Who uses it?

Would you be interested in using [ClusterFuzzLite](https://google.github.io/clusterfuzzlite/) for this project instead? We can add oss-fuzz integration once it gets more users.

Sorry I thought I fixed this issue with https://github.com/google/oss-fuzz/pull/7199 I can consider your patch, but there is another underlying problem that I will try to fix first.

By the way, is it intentional that CIFuzz only runs on your C/C++ PRs? https://github.com/python-pillow/Pillow/blob/main/.github/workflows/cifuzz.yml#L6

> Sorry I thought I fixed this issue with #7199 I think I did fix this in #7199 Can you trigger CIFuzz again please?

@Dor1s doesn't work on CF anymore (sadly). What do you mean you "want to upload libfuzzer job"? In ClusterFuzz, a job is a configuration that tells ClusterFuzz where to download...

Sorry for the late reply. Maybe do something like this: https://github.com/google/clusterfuzz/blob/55ea0f534bcfda95b98195af9c46eb88f12d4140/src/appengine/handlers/cron/project_setup.py

> how about afl-fuzz is run without options and the version parsed and ensured it is at least vX.XX and abort otherwise with a notice to update? that is IMHO...