Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

doc: new Buffer(size) gives no content guarantees #7235

Closed
wants to merge 1 commit into from

Conversation

phedny
Copy link

@phedny phedny commented Mar 4, 2014

fixes #7230

@Nodejs-Jenkins
Copy link

Thank you for contributing this pull request! Here are a few pointers to make sure your submission will be considered for inclusion.

The following commiters were not found in the CLA:

  • Mark van Cuijk

You can fix all these things without opening another issue.

Please see CONTRIBUTING.md for more information

@tjfontaine
Copy link

can you refactor this to read something like: "Buffers behave differently than ArrayBuffers, their underlying memory is not initialized so the contents of the buffer after initialization is unknown. To initialize a buffer to empty use .fill(0)" or what have you

@sarathms
Copy link

@tjfontaine I've sent a pull request #9104 with the suggested rephrasing. Also without merge conflicts.

@trevnorris
Copy link

Closing this in favor of #9104

@trevnorris trevnorris closed this Feb 11, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants