Commit Graph

3 Commits

Author SHA1 Message Date
DavidKorczynski 3f83a9146c
imageio: fix coverage build (#9443)
In order for code coverage to work we need to use
`compile_python_fuzzer` when building the fuzzers

Fixes: https://github.com/google/oss-fuzz/issues/9442
2023-01-17 15:31:17 -08:00
Fabian Meumertzheim 10e888b561
[all] Make fuzz targets world executable (#5751)
Making fuzz targets only user executable as the root user makes them
non-executable outside the container, e.g. in the oss-fuzz/build/ dir.
2021-05-12 07:03:21 -07:00
DavidKorczynski f26468f501
imageio: initial integration. (#4993)
* imageio: initial integration.

* Updated imageio set up following upstream merges.

* Remove whitespace to trigger CI.
2021-02-12 11:34:07 -08:00