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

dgram: fix abort on bad args by cjihrig · Pull Request #28135 · nodejs/node · GitHub

/ node Public

dgram: fix abort on bad args - #28135

Merged
cjihrig merged 1 commit into
nodejs:masterfrom
cjihrig:dgram
Jun 10, 2019
Merged

dgram: fix abort on bad args#28135
cjihrig merged 1 commit into
nodejs:masterfrom
cjihrig:dgram

Conversation

cjihrig commented Jun 8, 2019

Copy link
Copy Markdown
Contributor

This commit fixes a C++ abort for connected dgram sockets by improving input validation in the JS layer.

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

Copy link
Copy Markdown
Collaborator

Sadly, an error occurred when I tried to trigger a build. :(

nodejs-github-bot added the dgram Issues and PRs related to the dgram subsystem / UDP. label Jun 8, 2019

cjihrig commented Jun 8, 2019

Copy link
Copy Markdown
Contributor Author

Fixes #28126

nodejs-github-bot commented Jun 8, 2019
edited by cjihrig
Loading

Copy link
Copy Markdown
Collaborator

CI: https://ci.nodejs.org/job/node-test-pull-request/23714/

EDIT(cjihrig): CI was yellow.

santigimeno left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM. Thanks!

This commit fixes a C++ abort for connected dgram sockets
by improving input validation in the JS layer.

Fixes: nodejs#28126
PR-URL: nodejs#28135
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
cjihrig merged commit d1dd4e1 into nodejs:master Jun 10, 2019
cjihrig deleted the dgram branch June 10, 2019 16:18
BridgeAR pushed a commit that referenced this pull request Jun 17, 2019
This commit fixes a C++ abort for connected dgram sockets
by improving input validation in the JS layer.

Fixes: #28126
PR-URL: #28135
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
BridgeAR mentioned this pull request Jun 17, 2019
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.

8 participants


Back | FazBrowse Home | New Git URL