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

--- Comment #2 from Michael Meeks <[email protected]> ---
The code in master has:

    117     if ( !m_pCurrent )
    118         return OUString();
    119 
    120     Node* pWalker = m_pCurrent;

So we check the initial pWalker is not NULL, and AFAICS bail out if
pWalker->m_pSuggest is NULL before we assign that to pWalker.

Is that perhaps missing in the -4-0 branch or something ? or is that a new
change ?

-- 
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