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 IsValid changes from 4e8736d in V8 (v4.x) #6669

Closed
wants to merge 2 commits into from

Commits on May 10, 2016

  1. deps: backport IsValid changes from 4e8736d in V8

    V8 erroneously did null pointer checks on `this`.
    It can lead to a SIGSEGV crash if node is compiled with GCC 6.
    Backport relevant changes from [1] that fix this issue.
    
    [1]: https://codereview.chromium.org/1900423002
    
    Fixes: nodejs#6272
    targos committed May 10, 2016
    Configuration menu
    Copy the full SHA
    931584e View commit details
    Browse the repository at this point in the history

Commits on May 11, 2016

  1. Configuration menu
    Copy the full SHA
    8405d34 View commit details
    Browse the repository at this point in the history