0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/deps
mstarzinger@chromium.org 6b92a71321 v8: back-port fix for CVE-2013-2882
Quoting the CVE:

    Google V8, as used in Google Chrome before 28.0.1500.95, allows
    remote attackers to cause a denial of service or possibly have
    unspecified other impact via vectors that leverage "type confusion."

Likely has zero impact on node.js because it only runs local, trusted
code but let's apply it anyway.

This is a back-port of upstream commit r15665. Original commit log:

    Use internal array as API function cache.

    R=yangguo@chromium.org
    BUG=chromium:260106
    TEST=cctest/test-api/Regress260106

    Review URL: https://codereview.chromium.org/19159003

Fixes #5973.
2013-08-05 18:17:24 +02:00
..
cares deps: upgrade cares to 213f2b7 2012-11-20 22:44:23 +01:00
http_parser deps: upgrade http_parser to ad3b631 2012-08-30 00:06:47 +02:00
npm npm: Upgrade to 1.3.7 2013-08-02 14:55:22 -07:00
openssl openssl: add missing configuration pieces for MIPS 2013-06-13 13:27:58 +02:00
uv uv: Upgrade to v0.10.13 2013-07-25 10:48:29 -07:00
v8 v8: back-port fix for CVE-2013-2882 2013-08-05 18:17:24 +02:00
zlib