node/test
Сковорода Никита Андреевич fc259c7dc4 buffer: zero-fill uninitialized bytes in .concat()
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/67
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Rod Vagg <rod@vagg.org>
2016-09-27 22:53:23 +10:00
..
addons test: modify async native test.js to test for #4820 2013-02-21 13:14:07 -08:00
disabled Merge remote-tracking branch 'ry/v0.8' into master 2013-02-18 10:21:08 -08:00
external/ssl-options crypto,tls: remove SSLv2 support 2016-03-02 22:11:43 +01:00
fixtures test: fix test-tls-server-verify 2014-07-23 23:51:14 +04:00
gc test: refactor to use common testcfg 2015-07-16 20:21:28 -04:00
internet test: mark more tests as flaky 2015-08-17 02:04:49 -04:00
message lib: name EventEmitter prototype methods 2014-05-07 12:11:57 -07:00
pummel test: refactor to use common testcfg 2015-07-16 20:21:28 -04:00
simple buffer: zero-fill uninitialized bytes in .concat() 2016-09-27 22:53:23 +10:00
testpy test: refactor to use common testcfg 2015-07-16 20:21:28 -04:00
timers timers: backport f8193ab 2014-07-31 08:53:24 -07:00
common.js domains: fix handling of uncaught exceptions 2016-02-11 11:28:56 -08:00