https://bugs.freedesktop.org/show_bug.cgi?id=48405
Caolán McNamara <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] --- Comment #3 from Caolán McNamara <[email protected]> --- at the bottom of the stack we have m_aDataArray.clear() but *mile* up the stack in frame 110 we have... m_aDataArray.push_back(Item()); Item& rItem = m_aDataArray.back(); rItem.maString = m_pDocument->GetString(aAdr); so during the GetString the m_aDataArray is cleared, so rItem is no longer valid and we cannot assign to it anymore legally -- 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
