-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
maxBuffer of Infinity aborts child_process.execSync #10768
Comments
With #10769 being semver-major, should we mark this as wont-fix? |
@sam-github maybe add it to nodejs/Release#188? |
Just a reminder to please also fix this in the documentation. I ran across this, found this bug, discovered that I could do var child = exec(cmd, {maxBuffer:Infinity}) and it works, but isn't documented. Thanks. |
Removing |
I removed So I guess once this is back ported to v6.x and doc updated, we are good to close this. /cc @nodejs/release |
@apapirovski - a one liner rationale for closing please? |
Looks like this was closed by mistake |
I closed this because realistically no one will fix it after being open for a year and a half and not getting a fix in place. There are less than 6 months of maintenance support for v6.x. If someone actually wants to handle fixing / backporting then that's a good start rather than just going back and forth on opening and reopening this. |
8.x-pre behaves well.
The text was updated successfully, but these errors were encountered: