https://bugs.freedesktop.org/show_bug.cgi?id=63339
--- Comment #4 from Michael Meeks <[email protected]> --- > Michael: you're right for the first loop but then, line 133: Great :-) > pWalker = pWalker->m_pSuggest; > but could pWalker->m_pSuggest returns NULL Sure but we already checked it is not NULL in the while: 125 while ( pWalker->m_pSuggest && .. So it has to be valid at that point I think (?) - of course, possibly I'm mis-reading, this is C++ after all something evil could be hidden behind the types :-) -- 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
