Description[regexp] Fix case-insensitive matching for one-byte subjects.
The bug occurs because we do not canonicalize character class ranges
before adding case equivalents. While adding case equivalents, we abort
early for one-byte subject strings, assuming that the ranges are sorted.
Which they are not.
R=marja@chromium.org
BUG=v8:5199
Committed: https://crrev.com/a51f429772d1e796744244128c9feeab4c26a854
Cr-Commit-Position: refs/heads/master@{#37833}
Patch Set 1 #
Messages
Total messages: 8 (2 generated)
|