Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upcreateReadStream/createWithStream doesn't validate fd arg is valid #35178
Labels
Comments
|
Similar with |
dylanelliott27
added a commit
to dylanelliott27/node
that referenced
this issue
Sep 14, 2020
adds type validation to options fd & opts in createWriteStream and createReadStream. Refs: nodejs#35178
dylanelliott27
added a commit
to dylanelliott27/node
that referenced
this issue
Sep 14, 2020
adds type validation to options fd & opts in createWriteStream and createReadStream. Fixes: nodejs#35178
dylanelliott27
added a commit
to dylanelliott27/node
that referenced
this issue
Sep 14, 2020
adds type validation to options fd & opts in createWriteStream and createReadStream. Fixes: nodejs#35178
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Missing a
validateIntegercheck