[v6.x backport] vm: backport fix race condition with `timeout` param by laverdet · Pull Request #14373 · nodejs/node
added 2 commits
July 19, 2017 12:17This option has been broken for almost a year when used with any of the vm.runIn.. family of functions, except for syntax errors. PR-URL: nodejs#13074 Reviewed-By: Anna Henningsen <anna@addaleax.net>
This fixes a race condition in the watchdog timer used for vm timeouts. The condition would terminate the main stack's execution instead of the code running under the sandbox. PR-URL: nodejs#13074 Reviewed-By: Anna Henningsen <anna@addaleax.net>
nodejs-github-bot
added
c++
v6.x labels
Jul 19, 2017
addaleax
changed the title
vm: backport fix race condition with
[v6.x backport] vm: backport fix race condition with timeout paramtimeout param
addaleax
changed the base branch from
v6.x
to
v6.x-staging
MylesBorins pushed a commit that referenced this pull request
Jul 21, 2017MylesBorins pushed a commit that referenced this pull request
Jul 21, 2017MylesBorins pushed a commit that referenced this pull request
Jul 31, 2017MylesBorins pushed a commit that referenced this pull request
Jul 31, 2017This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters