Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: cherry-pick a51f429 from V8 upstream #7834

Closed
wants to merge 1 commit into from

Commits on Jul 22, 2016

  1. deps: cherry-pick a51f429 from V8 upstream

    Original commit message:
      [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
    
      Review-Url: https://codereview.chromium.org/2159683002
      Cr-Commit-Position: refs/heads/master@{nodejs#37833}
    
    Fixes: nodejs#7708
    fhinkel committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    fbc6a75 View commit details
    Browse the repository at this point in the history