CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2016/06/28 10:39:31
Modified files:
lang/node : Tag: OPENBSD_5_9 Makefile
Added files:
lang/node/patches: Tag: OPENBSD_5_9
patch-deps_v8_include_v8-version_h
patch-deps_v8_src_zone_cc
Log message:
Backport fix for CVE-2016-1669:
https://github.com/nodejs/node/commit/134c3b3977
Fix overflow issue in Zone::New
When requesting a large allocation near the end of the address space,
the computation could overflow and erroneously *not* grow the Zone
as required.
BUG=chromium:606115
LOG=y
OK awolk@