mirror of https://github.com/lukechilds/node.git
Browse Source
This makes sure that no uninitialized bytes are leaked when the specified `totalLength` input value is greater than the actual total length of the specified buffers array, e.g. in Buffer.concat([Buffer.alloc(0)], 100). PR-URL: https://github.com/nodejs/node-private/pull/64 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>v6
Сковорода Никита Андреевич
8 years ago
committed by
Rod Vagg
2 changed files with 31 additions and 1 deletions
Loading…
Reference in new issue