Commit Graph

3 Commits

Author SHA1 Message Date
DavidKorczynski 15bf80e2ec
lcms: extend to have double as source format (#8372)
* lcms: extend to have double as source format

srcFormats of double was supported but never actually hit, which is due
to the bits in the srcFormat not actually being accurate, e.g.
T_BYTES(srcFormat) == 0 would never be satisfied. This includes in the
cms_transform_fuzzer. This is an effort to overcoming this.

* lcms: avoid timeouts by only running a single test per iteration

Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=50723
2022-08-29 22:37:13 +01:00
DavidKorczynski f00696989a
lcms: extend transform_extended fuzzer (#8129) 2022-08-02 20:43:09 +01:00
DavidKorczynski ace5408cf5
lcms: extend fuzzing suite (#8095)
* lcms: extend fuzzing suite

Add a fuzzer that target various output formats when transforming. There
are more oppournities to extend this further but will let this fuzzer
run for a while to see how it goes.

* nit
2022-07-29 13:34:34 +01:00