[Libreoffice-bugs] [Bug 143081] Basic Replace() function crashes LO
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed Jun 30 15:38:17 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=143081
Robert Großkopf <robert at familiegrosskopf.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|Extensions |BASIC
--- Comment #22 from Robert Großkopf <robert at familiegrosskopf.de> ---
(In reply to Jean-Pierre Ledure from comment #21)
> I could reproduce the crash with a minimalist scenario.
>
> It has nothing to do with Base or BaseDocumenter.
>
> Run simply next Basic statements in any empty document:
>
> Sub Main
> Dim a As String, b As String
> a = """Straße"""
> b = Replace(a, """", """)
> End Sub
>
> LO crashes instantly.
>
> I presume it has to do with the fact that
> - the replacement is by default case-insensitive
> - the upper case of character "ß" is 2 characters long, and not only 1
>
> I change the title of the bug to "Basic Replace() function crashes LO"
Following this comment I change the component to BASIC.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210630/b56b04fa/attachment.htm>
More information about the Libreoffice-bugs
mailing list