Skip to content

fs: validate writev fds consistently

Rodrigo Muino Tomonari requested to merge github/fork/cjihrig/fds into master

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

Refs: https://github.com/nodejs/node/pull/25925

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

Merge request reports

Loading