We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87df7d3 commit d6714ffCopy full SHA for d6714ff
doc/api/buffer.markdown
@@ -68,8 +68,8 @@ Allocates a new buffer of `size` bytes. `size` must be less than
68
otherwise a `RangeError` is thrown.
69
70
Unlike `ArrayBuffers`, the underlying memory for buffers is not initialized. So
71
-the contents of a newly created `Buffer` is unknown. Use `buf.fill(0)`to
72
-initialize a buffer to zeroes.
+the contents of a newly created `Buffer` are unknown and could contain
+sensitive data. Use `buf.fill(0)` to initialize a buffer to zeroes.
73
74
### new Buffer(array)
75
0 commit comments