oss-fuzz/projects/openexr
seabeepea 9743eb4bf3
Catch all exceptions via (...) rather than by explicit type (#4260)
The purpose of the fuzzer is to very that an exception is thrown, not
to validate that the correct *type* of exception is thrown. That is
the responsibility of the project's traditional test suite. Therefore,
the exception type is inconsequential.

Signed-off-by: Cary Phillips <seabeepea@gmail.com>
2020-08-06 06:10:51 -07:00
..
Dockerfile [openexr] Additional fuzzers (#4173) 2020-07-29 11:33:53 -07:00
build.sh [openexr] Additional fuzzers (#4173) 2020-07-29 11:33:53 -07:00
openexr_deepscanlines_fuzzer.cc Catch all exceptions via (...) rather than by explicit type (#4260) 2020-08-06 06:10:51 -07:00
openexr_deeptiles_fuzzer.cc Catch all exceptions via (...) rather than by explicit type (#4260) 2020-08-06 06:10:51 -07:00
openexr_exrenvmap_fuzzer.cc Catch all exceptions via (...) rather than by explicit type (#4260) 2020-08-06 06:10:51 -07:00
openexr_exrheader_fuzzer.cc Catch all exceptions via (...) rather than by explicit type (#4260) 2020-08-06 06:10:51 -07:00
openexr_scanlines_fuzzer.cc [openexr] Replace buf_to_file with IStream (#4094) 2020-07-14 14:01:37 -07:00
openexr_tiles_fuzzer.cc [openexr] Replace buf_to_file with IStream (#4094) 2020-07-14 14:01:37 -07:00
project.yaml