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
AFL found this regex which causes an assertion failure !ranges.is_empty() in regex-0.1.71/src/compile.rs:421 while Regex::new() using rustc-1.11.0-dev 2016-06-13. In release-mode it causes an index 18446744073709551615 out of range for slice of length 0.
Beware the special characters. In Base64 it's Lz0oPy11Olw/KD86XFtcWzpcW1xbW158XF1dKig/Olx8KD8tdTpcP1tcW1tdKig/Olx8KD86W158
XF1dKikpMjpbXnxcXV0qKSkyNVvPg9ejXV0qKD86XHwoPzpbXnxcXV0qKTA/OltefFxdXSopKTI1
WzBdKX8r
The text was updated successfully, but these errors were encountered:
Nice. This is a bug because Unicode literals should be disallowed in character classes when Unicode mode is disabled, but they weren't. A smaller reproducible example is (?-u)[☃].
AFL found this regex which causes an assertion failure
!ranges.is_empty()
inregex-0.1.71/src/compile.rs:421
whileRegex::new()
usingrustc-1.11.0-dev 2016-06-13
. In release-mode it causes anindex 18446744073709551615 out of range for slice of length 0
.Beware the special characters. In Base64 it's Lz0oPy11Olw/KD86XFtcWzpcW1xbW158XF1dKig/Olx8KD8tdTpcP1tcW1tdKig/Olx8KD86W158
XF1dKikpMjpbXnxcXV0qKSkyNVvPg9ejXV0qKD86XHwoPzpbXnxcXV0qKTA/OltefFxdXSopKTI1
WzBdKX8r
The text was updated successfully, but these errors were encountered: