-
Notifications
You must be signed in to change notification settings - Fork 29.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash when mode is to big in fs.createWriteStream #37430
Labels
confirmed-bug
Issues with confirmed bugs.
fs
Issues and PRs related to the fs subsystem / file system.
Comments
targos
added
confirmed-bug
Issues with confirmed bugs.
fs
Issues and PRs related to the fs subsystem / file system.
labels
Feb 18, 2021
RaisinTen
added a commit
to RaisinTen/node
that referenced
this issue
Feb 18, 2021
RaisinTen
added a commit
to RaisinTen/node
that referenced
this issue
Feb 18, 2021
jasnell
added a commit
to jasnell/node
that referenced
this issue
Feb 22, 2021
The `flag` and `mode` options were not being validated correctly. Signed-off-by: James M Snell <jasnell@gmail.com> Fixes: nodejs#37430
PR: #37480 |
jasnell
added a commit
to jasnell/node
that referenced
this issue
Feb 25, 2021
The `flag` and `mode` options were not being validated correctly. Signed-off-by: James M Snell <jasnell@gmail.com> Fixes: nodejs#37430
jasnell
added a commit
to jasnell/node
that referenced
this issue
Feb 26, 2021
The `flag` and `mode` options were not being validated correctly. Signed-off-by: James M Snell <jasnell@gmail.com> Fixes: nodejs#37430
jasnell
added a commit
to jasnell/node
that referenced
this issue
Feb 26, 2021
The `flag` and `mode` options were not being validated correctly. Signed-off-by: James M Snell <jasnell@gmail.com> Fixes: nodejs#37430
jasnell
added a commit
to jasnell/node
that referenced
this issue
Feb 26, 2021
The `flag` and `mode` options were not being validated correctly. Signed-off-by: James M Snell <jasnell@gmail.com> Fixes: nodejs#37430
jasnell
added a commit
to jasnell/node
that referenced
this issue
Feb 26, 2021
The `flag` and `mode` options were not being validated correctly. Signed-off-by: James M Snell <jasnell@gmail.com> Fixes: nodejs#37430
lpinca
pushed a commit
to lpinca/node
that referenced
this issue
Mar 2, 2021
The `flag` and `mode` options were not being validated correctly. Signed-off-by: James M Snell <jasnell@gmail.com> Fixes: nodejs#37430 PR-URL: nodejs#37480 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
This was referenced Mar 19, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
confirmed-bug
Issues with confirmed bugs.
fs
Issues and PRs related to the fs subsystem / file system.
v14.15.4
,v15.9.0
What steps will reproduce the bug?
Node.js crashes on such code:
How often does it reproduce? Is there a required condition?
Always
What is the expected behavior?
Expected to throw, like it happen when mode is
111111111111111
:What do you see instead?
I see a crash:
Additional information
The text was updated successfully, but these errors were encountered: