Fedora Account System
Red Hat Associate
Red Hat Customer
https://gitlab.gnome.org/GNOME/gimp/-/work_items/16493 PlayStation TIM loader computes CLUT size as guint clut_size = num_colors * num_cluts; Both operands are gushort. After integer promotion, 65535 * 65535 = 4,294,836,225 > INT_MAX → undefined behavior. UBSan-detected; plug-in aborts. File: plug-ins/common/file-tim.c:486 Version: GIMP 3.2.4