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
Using regex ^/group/([^/]+)/name/([^/]+)$ and an input string of /group/, SLRE matches the string incorrectly, with slre_match returning 8 when it should have failed with a return value of -1.
The text was updated successfully, but these errors were encountered:
Using regex
^/group/([^/]+)/name/([^/]+)$
and an input string of/group/
, SLRE matches the string incorrectly, with slre_match returning 8 when it should have failed with a return value of -1.The text was updated successfully, but these errors were encountered: