X Tutup
Skip to content

child_process: make the maxBuffer correct with unicode#1902

Closed
JacksonTian wants to merge 1 commit intonodejs:masterfrom
JacksonTian:max_buffer
Closed

child_process: make the maxBuffer correct with unicode#1902
JacksonTian wants to merge 1 commit intonodejs:masterfrom
JacksonTian:max_buffer

Conversation

@JacksonTian
Copy link
Copy Markdown
Contributor

The maxLen just caculate the string length, but to unicode string,
the string size is less than buffer size.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

child_process Issues and PRs related to the child_process subsystem. stalled Issues and PRs that are stalled.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

X Tutup