0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib
Сковорода Никита Андреевич 495d688e06 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/64
Reviewed-By: Rod Vagg <rod@vagg.org>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2016-09-28 11:19:18 +10:00
..
internal fs: move stringToFlags() to lib/internal 2016-09-23 18:24:53 +02:00
_debug_agent.js debugger: use arrow function for lexical this 2016-08-18 16:44:38 -07:00
_debugger.js
_http_agent.js https: fix memory leak with https.request() 2016-09-21 03:22:15 +03:00
_http_client.js http: socket connection timeout for http request 2016-09-26 13:33:52 +03:00
_http_common.js http: fix connection upgrade checks 2016-08-26 10:17:34 -04:00
_http_incoming.js
_http_outgoing.js http: fix connection upgrade checks 2016-08-26 10:17:34 -04:00
_http_server.js http: check reason chars in writeHead 2016-09-28 11:19:18 +10:00
_linklist.js lib: use emitWarning instead of printDeprecationMessage 2016-09-02 13:15:22 -07:00
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js stream: avoid caching prepend check 2016-08-17 18:47:41 -07:00
_stream_transform.js
_stream_wrap.js
_stream_writable.js
_tls_common.js tls: improve createSecureContext in _tls_common 2016-09-28 09:15:27 +08:00
_tls_legacy.js
_tls_wrap.js tools: add additional ESLint rules 2016-09-20 23:21:10 -04:00
.eslintrc
assert.js tools: replace custom ESLint rule with built-in 2016-09-12 21:12:03 -07:00
buffer.js buffer: zero-fill uninitialized bytes in .concat() 2016-09-28 11:19:18 +10:00
child_process.js child_process, win: fix shell spawn with AutoRun 2016-09-09 20:51:43 +02:00
cluster.js
console.js
constants.js
crypto.js crypto: add crypto.timingSafeEqual() 2016-09-07 16:29:41 -07:00
dgram.js dgram: prefer strict equality, type validation 2016-09-08 22:21:31 +01:00
dns.js dns: tweak regex for IPv6 addresses 2016-09-23 01:03:09 +03:00
domain.js
events.js events: make memory leak warning name more verbose 2016-09-04 17:11:59 +02:00
fs.js fs: do not emit 'stop' watch event synchronously 2016-09-24 01:24:04 +03:00
http.js http: remove deprecated Client interface 2016-08-29 21:44:58 -04:00
https.js
module.js lib: use emitWarning instead of printDeprecationMessage 2016-09-02 13:15:22 -07:00
net.js http: socket connection timeout for http request 2016-09-26 13:33:52 +03:00
os.js
path.js path: fallback to process cwd when resolving drive cwd 2016-09-24 01:14:56 +03:00
process.js
punycode.js
querystring.js
readline.js readline: key interval delay for \r & \n 2016-09-08 20:16:39 +05:30
repl.js test,lib: align arguments in multiline calls 2016-09-20 10:22:23 -07:00
stream.js
string_decoder.js
sys.js lib: use emitWarning instead of printDeprecationMessage 2016-09-02 13:15:22 -07:00
timers.js timers: remove unreachable code 2016-09-15 14:26:42 +08:00
tls.js lib: make tls.checkServerIdentity() more strict 2016-09-28 11:19:18 +10:00
tty.js tty: set the handle to blocking mode 2016-08-10 23:41:28 +02:00
url.js url: fix off-by-one error in loop handling dots 2016-09-11 21:16:17 -07:00
util.js util: Add format for SharedArrayBuffer 2016-09-26 08:07:04 -07:00
v8.js
vm.js vm: change ContextifyScript to Script in comment 2016-09-08 08:41:23 +02:00
zlib.js