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.10) #6738

Closed
wants to merge 1 commit into from

Conversation

bnoordhuis
Copy link
Member

@bnoordhuis bnoordhuis commented May 13, 2016

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: #6724

CI: https://ci.nodejs.org/job/node-test-pull-request/2634/

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 bnoordhuis added build Issues and PRs related to build files or the CI. v0.10 labels May 13, 2016
@addaleax
Copy link
Member

LGTM

2 similar comments
@jasnell
Copy link
Member

jasnell commented May 24, 2016

LGTM

@targos
Copy link
Member

targos commented May 24, 2016

LGTM

rvagg pushed a commit that referenced this pull request Jun 23, 2016
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: #6724
PR-URL: #6738
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
@bnoordhuis
Copy link
Member Author

@nodejs/release I assume this hasn't landed yet because v0.10.46 was a 'security fixes only' release?

@jasnell
Copy link
Member

jasnell commented Aug 9, 2016

This landed in the staging branch but has not yet gone out in a release. If/when we have another v0.10 release it should be included. Closing the PR since the commit did land.

@jasnell jasnell closed this Aug 9, 2016
rvagg pushed a commit that referenced this pull request Sep 22, 2016
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: #6724
PR-URL: #6738
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
@bnoordhuis bnoordhuis deleted the fix6724-2 branch January 10, 2017 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues and PRs related to build files or the CI.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants