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

Eike Rathke <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Crash when creating number  |dbgutil build: Crash when
                   |format code "[$..."         |creating number format code
                   |                            |"[$..."

--- Comment #5 from Eike Rathke <[email protected]> ---
dbgutil builds have some internal string access checks that assert on
out-of-bounds access. The "crash" likely is there since the change from class
String to OUString, as String[length] returned the terminating 0 character,
OUString does the same in a non-dbgutil build, but as the terminating 0
character is not part of the string (and actually not guaranteed to be there)
the dbgutil build checks the actual length.

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