dgram: fix possibly deoptimizing use of arguments by vsemozhetbyt · Pull Request #11242 · nodejs/node

@nodejs-github-bot added the dgram

Issues and PRs related to the dgram subsystem / UDP.

label

Feb 8, 2017

@vsemozhetbyt

cjihrig pushed a commit that referenced this pull request

Feb 16, 2017
This commit adds a guard against an out of bounds access of
arguments, and replaces another use of arguments with a named
function parameter.

Refs: #10323
PR-URL: #11242
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>

italoacasas pushed a commit to italoacasas/node that referenced this pull request

Feb 20, 2017
This commit adds a guard against an out of bounds access of
arguments, and replaces another use of arguments with a named
function parameter.

Refs: nodejs#10323
PR-URL: nodejs#11242
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>

addaleax pushed a commit that referenced this pull request

Feb 21, 2017
Refs: #11242
PR-URL: #11313
Reviewed-By: Brian White <mscdex@mscdex.net>

italoacasas pushed a commit that referenced this pull request

Feb 22, 2017
This commit adds a guard against an out of bounds access of
arguments, and replaces another use of arguments with a named
function parameter.

Refs: #10323
PR-URL: #11242
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>

addaleax pushed a commit that referenced this pull request

Feb 22, 2017
Refs: #11242
PR-URL: #11313
Reviewed-By: Brian White <mscdex@mscdex.net>

jasnell pushed a commit that referenced this pull request

Mar 7, 2017
Refs: #11242
PR-URL: #11313
Reviewed-By: Brian White <mscdex@mscdex.net>

jasnell pushed a commit that referenced this pull request

Mar 7, 2017
Refs: #11242
PR-URL: #11313
Reviewed-By: Brian White <mscdex@mscdex.net>

jasnell pushed a commit that referenced this pull request

Mar 9, 2017
This commit adds a guard against an out of bounds access of
arguments, and replaces another use of arguments with a named
function parameter.

Refs: #10323
PR-URL: #11242
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>

MylesBorins pushed a commit that referenced this pull request

Mar 9, 2017
Refs: #11242
PR-URL: #11313
Reviewed-By: Brian White <mscdex@mscdex.net>

MylesBorins pushed a commit that referenced this pull request

Mar 9, 2017
This commit adds a guard against an out of bounds access of
arguments, and replaces another use of arguments with a named
function parameter.

Refs: #10323
PR-URL: #11242
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>

MylesBorins pushed a commit that referenced this pull request

Mar 9, 2017
Refs: #11242
PR-URL: #11313
Reviewed-By: Brian White <mscdex@mscdex.net>