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
Double wildcards with non-matching index pattern can cause Regex#simpleMatch to go into infinite loop. To reproduce, call Regex.simpleMatch("**ddd", "fff").
The text was updated successfully, but these errors were encountered:
Double wildcards with non-matching index pattern can cause Regex#simpleMatch to go into infinite loop. To reproduce, call
Regex.simpleMatch("**ddd", "fff")
.The text was updated successfully, but these errors were encountered: