https://bugs.kde.org/show_bug.cgi?id=511057
Méven <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/syst |https://invent.kde.org/syst |em/dolphin/-/commit/acb6493 |em/dolphin/-/commit/75b519e |da09f6df31897b266341978fcc7 |42127b9932fcaadebc35ad5ed18 |fddce5 |c52a4a --- Comment #8 from Méven <[email protected]> --- Git commit 75b519e42127b9932fcaadebc35ad5ed18c52a4a by Méven Car, on behalf of Oliver Beard. Committed on 29/01/2026 at 10:35. Pushed by meven into branch 'release/25.12'. kitemviews: Prevent crash when dragging details side padding header Calling createRolePixmap() while roleIndex is < 0 (which is the case for the header side padding) would cause access to a negative index of a vector, so exit the function before so and do nothing. (cherry picked from commit acb6493da09f6df31897b266341978fcc7fddce5) fd9bf3cd Prevent crash when dragging header side padding Co-authored-by: Carlos Aurelio <[email protected]> M +4 -0 src/kitemviews/private/kitemlistheaderwidget.cpp https://invent.kde.org/system/dolphin/-/commit/75b519e42127b9932fcaadebc35ad5ed18c52a4a -- You are receiving this mail because: You are watching all bug changes.
