Skip to content

Conversation

@vsemozhetbyt
Copy link
Contributor

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

child_process, benchmark

Backport of #11535

Removed or fixed use of arguments in execFile(), normalizeExecArgs(), and normalizeSpawnArguments(). Refs: #10323 Refs: https://bugs.chromium.org/p/v8/issues/detail?id=6010
@nodejs-github-botnodejs-github-bot added child_process Issues and PRs related to the child_process subsystem. v7.x labels Mar 8, 2017
@vsemozhetbytvsemozhetbyt changed the title child_process: fix deoptimizing use of arguments(v7.x backport) child_process: fix deoptimizing use of argumentsMar 8, 2017
@vsemozhetbyt
Copy link
ContributorAuthor

vsemozhetbyt commented Mar 8, 2017

This is my first backport using the proposed guide. Please, correct me if I've done something wrong.

#8312 was the cause of the conflict, so I've just removed the bit from it.

@jasnell
Copy link
Member

jasnell pushed a commit that referenced this pull request Mar 16, 2017
Removed or fixed use of arguments in execFile(), normalizeExecArgs(), and normalizeSpawnArguments(). Refs: #10323 Refs: https://bugs.chromium.org/p/v8/issues/detail?id=6010 Backport-Of: #11535 PR-URL: #11748 Reviewed-By: James M Snell <[email protected]>
@jasnell
Copy link
Member

Landed in 5b1d61c

@jasnelljasnell closed this Mar 16, 2017
@vsemozhetbytvsemozhetbyt deleted the backport-11535-to-v7.x branch March 16, 2017 23:21
@italoacasasitaloacasas mentioned this pull request Mar 20, 2017
@MylesBorins
Copy link
Contributor

do we want to backport to v6.x?

@MylesBorins
Copy link
Contributor

ping

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

child_processIssues and PRs related to the child_process subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@vsemozhetbyt@jasnell@MylesBorins@nodejs-github-bot