FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

(v4.x backport) dgram: fix possibly deoptimizing use of arguments by vsemozhetbyt · Pull Request #11758 · nodejs/node · GitHub

/ node Public

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

Closed
vsemozhetbyt wants to merge 1 commit into
nodejs:v4.x-stagingfrom
vsemozhetbyt:backport-11242-to-v4.x
Closed

(v4.x backport) dgram: fix possibly deoptimizing use of arguments#11758
vsemozhetbyt wants to merge 1 commit into
nodejs:v4.x-stagingfrom
vsemozhetbyt:backport-11242-to-v4.x

Conversation

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

Copy link
Copy Markdown
Contributor

landed in b8629f7

MylesBorins closed this Mar 9, 2017
vsemozhetbyt deleted the backport-11242-to-v4.x branch March 9, 2017 21:29
This 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
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


Back | FazBrowse Home | New Git URL