https://bugs.freedesktop.org/show_bug.cgi?id=81333

Michael Stahl <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Whiteboard|                            |target:4.4.0 target:4.3.1
           Assignee|[email protected] |[email protected]
                   |desktop.org                 |
                 CC|                            |[email protected]
           See Also|                            |https://issues.apache.org/o
                   |                            |oo/show_bug.cgi?id=125024

--- Comment #14 from Michael Stahl <[email protected]> ---

SwSidebarWin::SetPosAndSize constructs a new shell cursor and calls FillRects()
on it; the new cursor is not a table cursor, but SwShellCrsr::FillRects()
queries the SwCrsrShell if it has a table selection, which is true, so
subsequently we crash due to the assumption that the new cursor is a table
cursor, on accessing non-existent SwCellFrm.

it looks like this was fixed on master by commit
690c6787b4a2ab0118690fb8d00be871faa0db76

pushing that to 4.3 branch too...

oops, forgot to add the bug id to the commit msg...
on libreoffice-4-3 fixed by commit 3a2f00a90b5cc08c45cf92c82050247deb5176d6

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to