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
Run it with `cargo run target regex_syntax`
Finds the following inputs that yield panics, some of which are also
mentioned in [1]:
- `b"(?m)?"`�
- `b"(?i)?i\x0e"`
- `b"CBh~62\x17Y((?i))??i\x0e"`�
- `b"(?m)?90"`
- `b"(?i)?"`
[1]: rust-lang/regex#465
0 commit comments