0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/deps
Gabriel Schulhof 61d61448a9 deps: V8: cherry-pick e5dbc95
Original commit message:

    [api] Fix handle leak when getting Context embedder data

    The `Context::SlowGetAlignedPointerFromEmbedderData()` method returns
    a pointer, so the fact that it allocates handles is not obvious to
    the caller.

    Since this is the slow path anyway, simply add a handle scope inside
    of it.

    The tests are also modified to perform the same check for the
    `Object` equivalent of this method.

    Change-Id: I5f03c9a7b70b3a17315609df021606a53c9feb2d
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1879902
    Reviewed-by: Yang Guo <yangguo@chromium.org>
    Commit-Queue: Yang Guo <yangguo@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#64583}

Refs: e5dbc95cc0
Fixes: https://github.com/nodejs/node/issues/30127
PR-URL: https://github.com/nodejs/node/pull/30130
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
2019-10-31 13:57:24 -07:00
..
acorn deps: update acorn to 6.2.0 2019-07-15 00:04:50 +02:00
acorn-plugins deps: update acorn to 6.2.0 2019-07-15 00:04:50 +02:00
brotli deps: add brotli 2019-01-05 21:36:44 +01:00
cares deps: patch to fix *.onion MX query on c-ares 2019-02-06 06:15:18 +01:00
histogram deps: histogram: unexport symbols 2019-05-23 11:22:46 +02:00
icu-small tools: support full-icu by default 2019-10-03 15:21:26 -07:00
llhttp deps: update llhttp to 1.1.4 2019-06-12 14:47:59 -07:00
nghttp2 deps: update nghttp2 to 1.39.2 2019-08-15 09:50:14 +02:00
node-inspect deps: update node-inspect to v1.11.6 2019-06-05 08:20:18 -07:00
npm deps: update npm to 6.12.1 2019-10-30 16:20:34 -04:00
openssl build: fix version checks in gyp files 2019-10-13 16:20:22 -07:00
uv deps: upgrade to libuv 1.33.1 2019-10-20 10:13:31 -05:00
v8 deps: V8: cherry-pick e5dbc95 2019-10-31 13:57:24 -07:00
zlib