Skip to content
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

fs.write crashes on non-integer fd #1550

Closed
monsanto opened this issue Apr 28, 2015 · 1 comment
Closed

fs.write crashes on non-integer fd #1550

monsanto opened this issue Apr 28, 2015 · 1 comment
Labels
confirmed-bug Issues with confirmed bugs. fs Issues and PRs related to the fs subsystem / file system.

Comments

@monsanto
Copy link
Contributor

fs.write(null, new Buffer(1), 0, 1)

iojs: ../src/node_file.cc:782: void node::WriteBuffer(const v8::FunctionCallbackInfo<v8::Value>&): Assertion `args[0]->IsInt32()' failed.
Aborted (core dumped)
@mscdex mscdex added the fs Issues and PRs related to the fs subsystem / file system. label Apr 28, 2015
@julianduque julianduque added the confirmed-bug Issues with confirmed bugs. label Apr 28, 2015
@cjihrig
Copy link
Contributor

cjihrig commented Apr 28, 2015

Fixed in f9c681c

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.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants