Skip to content

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

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 (closed)

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

Merge request reports

Loading