Images 💾

Last commit ⭐

commit f72c924411e51294227fc04b03be84f8c88042c6
Author:     Lucas CHOLLET <lucas.chollet@free.fr>
AuthorDate: Sat Aug 24 14:47:33 2024 -0400
Commit:     Nico Weber <thakis@chromium.org>
CommitDate: Wed Sep 18 09:42:27 2024 -0400

    LibGfx/TIFF: Don't use uninitialized cache values
    
    This patch fixes oss-fuzz issue 67476. The problem was a programming
    error as we were using one of the cache variable before filling the
    cache. The call to `samples_for_photometric_interpretation()` in
    `ensure_baseline_tags_are_correct()` was always returning 1,
    independently of the image.
    
    https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=67476