Files
serenity/Userland/Libraries/LibGfx/ImageFormats/TIFFLoader.cpp
Lucas CHOLLET f72c924411 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
2024-09-18 09:42:27 -04:00

32 KiB