Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(v4.x backport) dgram: fix possibly deoptimizing use of arguments #11758

Closed
wants to merge 1 commit into from
Closed

(v4.x backport) dgram: fix possibly deoptimizing use of arguments #11758

wants to merge 1 commit into from

Conversation

vsemozhetbyt
Copy link
Contributor

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

dgram

Backport of #11242

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
@nodejs-github-bot nodejs-github-bot added dgram Issues and PRs related to the dgram subsystem / UDP. v4.x labels Mar 9, 2017
@MylesBorins
Copy link
Contributor

landed in b8629f7

@MylesBorins MylesBorins closed this Mar 9, 2017
@vsemozhetbyt vsemozhetbyt deleted the backport-11242-to-v4.x branch March 9, 2017 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dgram Issues and PRs related to the dgram subsystem / UDP.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants