https://bugs.freedesktop.org/show_bug.cgi?id=77509
Eike Rathke <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|[email protected] |[email protected] |desktop.org | --- Comment #11 from Eike Rathke <[email protected]> --- There's a memory corruption in the array of OUString handling. This hits sooner or later depending on memory layout and use. Taking over. (In reply to comment #9) > I noticed this other lcl_AddString here: > [...] > Should the first one removed so the second one only would be used? No, they are different (and local/static to different source files). The consoli.cxx one is supposed to append a string to an array of strings, the extcolorcfg.cxx one appends a string to each string element of a sequence of strings. -- 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
