https://bugs.kde.org/show_bug.cgi?id=473399
michael <reeves...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/sdk/ |https://invent.kde.org/sdk/ |kdiff3/-/commit/74792ce8aa7 |kdiff3/-/commit/6585c91fea3 |95deb7397ca224f63543996b5de |20d2f6d909766c836bcbc0c5b23 |15 |0d --- Comment #2 from michael <reeves...@gmail.com> --- Git commit 6585c91fea320d2f6d909766c836bcbc0c5b230d by Michael Reeves. Committed on 25/08/2023 at 03:30. Pushed by mreeves into branch '1.10'. Correct mishandling of empty m_diff3WrapLineVector DiffTextWindow::convertLineCoordsToD3LCoords can be called when m_diff3WrapLineVector is empty. This has always been then case but for some reason hasn't happened previously. Nothing in the way this function is used suggests it was ever guaranteed to be working with a non-empty m_diff3WrapLineVector In fact its called in KDiff3App::recalcWordWrap before the new word warp is computed. Therefor we can not assume m_diff3WrapLineVector is non-empty as it is cleared by default. FIXED-IN:1.10.6 M +2 -2 src/difftextwindow.cpp https://invent.kde.org/sdk/kdiff3/-/commit/6585c91fea320d2f6d909766c836bcbc0c5b230d -- You are receiving this mail because: You are watching all bug changes.