0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/deps
Michaël Zasso 9759573997 deps: cherry-pick 46c4979 from upstream V8
Original commit message:

    Use wider types for max_old_space_size and co.

    Make --max_old_space_size and friends work with values >= 2**31.
    Such values did not work reliably (or sometimes not all) due to
    signed integer overflow in size computations, which is UB.

    Fixes https://github.com/nodejs/node/issues/18786.

    Bug: chromium:814138
    Cq-Include-Trybots: master.tryserver.chromium.linux:linux_chromium_rel_ng
    Change-Id: Ibe23cef2417fd5b4a727022b8b0d4b50f1417182
    Reviewed-on: https://chromium-review.googlesource.com/927063
    Commit-Queue: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-by: Michael Lippautz <mlippautz@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#51433}

Refs: 46c4979e86

PR-URL: https://github.com/nodejs/node/pull/18453
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Yang Guo <yangguo@chromium.org>
Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
2018-03-07 16:48:52 +01:00
..
acorn deps: import acorn@5.2.1 2017-11-16 15:40:42 -08:00
cares
gtest
http_parser
icu-small deps: ICU 60.2 bump 2018-01-17 20:08:43 -08:00
nghttp2 deps,src: align ssize_t ABI between Node & nghttp2 2018-02-10 14:39:54 +01:00
node-inspect src: Remove lttng support. 2018-03-01 16:44:43 +00:00
npm deps: manually add 10.x support to npm 2018-01-19 11:32:45 -05:00
openssl build: disable openssl build warnings on macos 2018-03-04 13:00:46 +01:00
uv deps: upgrade libuv to 1.19.2 2018-02-23 09:51:30 -05:00
v8 deps: cherry-pick 46c4979 from upstream V8 2018-03-07 16:48:52 +01:00
zlib