Skip to content

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 <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
@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 <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
@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.

4 participants