Skip to content

fs: validate writev fds consistently - #29185

Merged
cjihrig merged 1 commit into
nodejs:masterfrom
cjihrig:fds
Aug 19, 2019
Merged

fs: validate writev fds consistently#29185
cjihrig merged 1 commit into
nodejs:masterfrom
cjihrig:fds

Conversation

@cjihrig

Copy link
Copy Markdown
Contributor

This commit updates the recently added writev methods to validate file descriptors like the other fs methods do.

Refs: #25925

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

@nodejs-github-botnodejs-github-bot added the fs Issues and PRs related to the fs subsystem / file system. label Aug 17, 2019
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@ZYSzysZYSzys added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Aug 18, 2019
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

nodejs-github-bot commented Aug 19, 2019

Copy link
Copy Markdown
Collaborator

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

EDIT: CI was yellow.

This commit updates the recently added writev methods
to validate file descriptors like the other fs methods do.
PR-URL: nodejs#29185
Refs: nodejs#25925
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
@cjihrig
cjihrig merged commit 9f9a201 into nodejs:masterAug 19, 2019
@cjihrig
cjihrig deleted the fds branch August 19, 2019 19:16
targos pushed a commit that referenced this pull request Aug 20, 2019
This commit updates the recently added writev methods
to validate file descriptors like the other fs methods do.
PR-URL: #29185
Refs: #25925
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
@targostargos mentioned this pull request Aug 20, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.fsIssues and PRs related to the fs subsystem / file system.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants

@cjihrig@nodejs-github-bot@jasnell@Trott@addaleax@antsmartian@lpinca@gengjiawen@trivikr@ZYSzys