https://bugs.documentfoundation.org/show_bug.cgi?id=169147
Bug ID: 169147
Summary: Crash if operator Like has bad Pattern
Product: LibreOffice
Version: 26.2.0.0 alpha0+ master
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: BASIC
Assignee: [email protected]
Reporter: [email protected]
I started to write the documentation for operator Like
https://bugs.documentfoundation.org/show_bug.cgi?id=152689#c0
but Libre crashed during testing
Run this macro to crash:
Sub operatorLikeCrash
on local error goto bug
MsgBox( "a [xyz" Like "a [*" ) ' bad Pattern: a [*
exit sub
bug:
MsgBox("Line " & Erl & chr(10) & "bug No " & Err & chr(10) & Error)
End Sub
Version: 25.8.3.1 (X86_64)
Build ID: 52ad9dd1c984050a9fb6932dbfb16e86a49e9758
CPU threads: 8; OS: Windows 10 X86_64 (build 17763); UI render: Skia/Raster;
VCL: win
Locale: cs-CZ (cs_CZ); UI: cs-CZ
Calc: CL threaded
--
You are receiving this mail because:
You are the assignee for the bug.