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: backport 0d01728 from v8's upstream #2912

Commits on Sep 16, 2015

  1. deps: backport 0d01728 from v8's upstream

    Original commit message:
    
        [objects] do not visit ArrayBuffer's backing store
    
        ArrayBuffer's backing store is a pointer to external heap, and
        can't be treated as a heap object. Doing so will result in
        crashes, when the backing store is unaligned.
    
        See: nodejs#2791
    
        BUG=chromium:530531
        R=mlippautz@chromium.org
        LOG=N
    
        Review URL: https://codereview.chromium.org/1327403002
    
        Cr-Commit-Position: refs/heads/master@{nodejs#30771}
    
    Fix: nodejs#2791
    indutny committed Sep 16, 2015
    1 Configuration menu
    Copy the full SHA
    58e0127 View commit details
    Browse the repository at this point in the history