https://bugs.kde.org/show_bug.cgi?id=427056
Maik Qualmann <metzping...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |metzping...@gmail.com --- Comment #10 from Maik Qualmann <metzping...@gmail.com> --- The problem is here: https://invent.kde.org/graphics/digikam/-/blob/master/core/dplugins/dimg/png/dimgpngloader_load.cpp#L526 The loop variable must be at least uint. Because i * (int)width * 8 exceeds the range of integer. Tonight I will test whether the DImg scaling function has problems with this image. Maik -- You are receiving this mail because: You are watching all bug changes.