You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using clp-s to search for a log-text with a wildcard query, if the query contains \* or \?, it runs into an infinite loop in get_bounds_of_next_potential_var.
Bug
When using clp-s to search for a log-text with a wildcard query, if the query contains
\*
or\?
, it runs into an infinite loop inget_bounds_of_next_potential_var
.CLP version
3e95aaf
Environment
MacOS 13.2.1
Reproduction steps
Compress the following log and run the query
a: *He\*llo*
, the program never terminates.{"a": "Hello world?", "b": 1, "c":"*"}
{"a": "Hello *", "b": "?world"}
The text was updated successfully, but these errors were encountered: