summaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
authorAli Ijaz Sheikh <ofrobots@google.com>2017-09-20 10:08:26 -0700
committerMichaƫl Zasso <targos@protonmail.com>2017-10-18 17:05:11 -0700
commit33f5014b373c567cbf2e79328624c313618eb8a2 (patch)
tree6b0254bd122b0422220b82fed4b30acb01c69df7 /common.gypi
parentd7456ab2ebb3d4c45deb09420271f0da437685f8 (diff)
downloadandroid-node-v8-33f5014b373c567cbf2e79328624c313618eb8a2.tar.gz
android-node-v8-33f5014b373c567cbf2e79328624c313618eb8a2.tar.bz2
android-node-v8-33f5014b373c567cbf2e79328624c313618eb8a2.zip
deps: v8: fix potential segfault in profiler
This change fixes a potential segfault in the sampling heap profiler. This landed as part of a larger change upstream [1]. This is the minimal backport that avoids the segfault. [1]: https://git.io/vdTYL PR-URL: https://github.com/nodejs/node/pull/15498 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'common.gypi')
-rw-r--r--common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.gypi b/common.gypi
index 6c778caa4d..985061da39 100644
--- a/common.gypi
+++ b/common.gypi
@@ -27,7 +27,7 @@
# Reset this number to 0 on major V8 upgrades.
# Increment by one for each non-official patch applied to deps/v8.
- 'v8_embedder_string': '-node.1',
+ 'v8_embedder_string': '-node.2',
# Enable disassembler for `--print-code` v8 options
'v8_enable_disassembler': 1,