-
Notifications
You must be signed in to change notification settings - Fork 248
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
vmadm stdin read limit #753
Comments
dn0
added a commit
to erigones/illumos-extra
that referenced
this issue
Dec 16, 2017
SmartOS issue: TritonDataCenter/smartos-live#753 Node.js issue: nodejs/node#1074 and nodejs/node-v0.x-archive#7412 Patch from: nodejs/node-v0.x-archive@a6af709
I realized that this should go into illumos-extra. I made and tested a patch: https://github.com/joyent/illumos-extra/compare/master...erigones:master?expand=1 |
@bahamat Thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
vmadm and probably other nodejs command line tools are affected by a nodejs bug shipped in SmartOS. Passing a valid json via stdin will lead to an error when the json payload is too large (in my case larger than 20481 bytes):
The problem is in
fs.readFile()
and mentioned here: nodejs/node-v0.x-archive#7412 (fixed here: nodejs/node-v0.x-archive@a6af709)The text was updated successfully, but these errors were encountered: