Files
serenity/Userland/Libraries/LibGfx/ImageFormats/CCITTDecoder.cpp
Lucas CHOLLET cd2bf5ebc7 LibGfx/CCITT: Detect and reject contextually-invalid modes
Sometime, due to external factor a valid mode can't be applied. As an
example a L2, where b1 - a0 < 0 (variable names are from the spec) is
invalid.

This bug was found by oss-fuzz. Note that the codestream in the issue
is also invalid for other reasons it might prevent the reproduction of
this specific issue (without hacking the code).

https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=67928
2024-09-18 09:42:27 -04:00

22 KiB