https://bugs.kde.org/show_bug.cgi?id=419111
Halla Rempt <ha...@valdyas.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/grap | |hics/krita/commit/3ef8bd460 | |582773fb1a6b6739e798b001798 | |9c1f Status|ASSIGNED |RESOLVED --- Comment #2 from Halla Rempt <ha...@valdyas.org> --- Git commit 3ef8bd460582773fb1a6b6739e798b0017989c1f by Halla Rempt. Committed on 14/12/2021 at 11:14. Pushed by rempt into branch 'master'. Check whether there is enough data before writing to the paint device The script in bug 419111 created a byte array that was w * h, instead of w * h * pixelsize, so that caused a crash, but Node::setPixelData should check whether there is enough data before starting to write. M +8 -3 libs/libkis/Node.cpp M +2 -1 libs/libkis/Node.h https://invent.kde.org/graphics/krita/commit/3ef8bd460582773fb1a6b6739e798b0017989c1f -- You are receiving this mail because: You are watching all bug changes.