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

build: turn on -fno-delete-null-pointer-checks (v0.12) #6737

Closed
wants to merge 1 commit into from

Commits on May 13, 2016

  1. build: turn on -fno-delete-null-pointer-checks

    Work around spec violations in V8 where it checks that `this == NULL`.
    GCC 6 started exploiting this particular kind of UB, resulting in
    runtime crashes.
    
    Fixes: nodejs#6724
    bnoordhuis committed May 13, 2016
    Configuration menu
    Copy the full SHA
    67e7b6c View commit details
    Browse the repository at this point in the history