mirror of https://github.com/lukechilds/node.git
Browse Source
If the end argument is omitted or not a number, make it default to the end of the buffer, not zero. Ideally, it should not matter what it defaults to because the JS shim in lib/buffer.js should handle that but there are still several places in node.js core that secrete SlowBuffers, hence Buffer::Copy() gets called without going through Buffer.prototype.copy() first.v0.9.9-release
Ben Noordhuis
12 years ago
1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue