https://bugs.documentfoundation.org/show_bug.cgi?id=98880

Caolán McNamara <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Caolán McNamara <[email protected]> ---
sc/source/core/tool/interpr4.cxx calls ::IsString on a ScVectorRefMatrix which
calls ensureFullMatrix. That makes use of rArray.mpStringArray where rArray's
mpStringArray is set to that rArray by FormulaGroupContext::ensureStrArray and
the storage of mpStringArray belongs to the FormulaGroupContext, but that
context was reset and destroyed up the stack in ScDocument::InterpretDirtyCells
so the data is now invalid

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

Reply via email to