google / oss-fuzz

OSS-Fuzz - continuous fuzzing for open source software.
https://google.github.io/oss-fuzz
Apache License 2.0
10.12k stars 2.15k forks source link

libavif: restrict fuzzers to libfuzzer #12112

Closed vrabaud closed 6 days ago

vrabaud commented 1 week ago

This is because tests will be fully migrated to fuzztest

github-actions[bot] commented 1 week ago

vrabaud (verified) is either the primary contact or is in the CCs list of projects/libavif.

jonathanmetzman commented 1 week ago

Don't we want to see if it will work anyway?

vrabaud commented 1 week ago

It does not, I tried locally :) It's probably not much as fuzztest as a compatibility mode but the arguments that oss-fuzz sends to the corresponding fuzzers have to be translated into libfuzzer ones.