0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib
Сковорода Никита Андреевич dd67608bfd buffer: safeguard against accidental kNoZeroFill
This makes sure that `kNoZeroFill` flag is not accidentally set by
moving the all the flag operations directly inside `createBuffer()`.
It safeguards against logical errors like
https://github.com/nodejs/node/issues/6006.

This also ensures that `kNoZeroFill` flag is always restored to 0 using
a try-finally block, as it could be not restored to 0 in cases of failed
or zero-size `Uint8Array` allocation.
It safeguards against errors like
https://github.com/nodejs/node/issues/2930.
It also makes the `size > 0` check not needed there.

PR-URL: https://github.com/nodejs/node-private/pull/30
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
2016-04-26 10:04:35 -07:00
..
internal net: Validate port in createServer().listen() 2016-04-20 15:41:18 -07:00
_debug_agent.js lib: refactor code with startsWith/endsWith 2016-03-23 15:58:52 +02:00
_debugger.js debugger: run last command on presssing enter 2016-04-14 10:53:07 -07:00
_http_agent.js
_http_client.js http: skip body and next message of CONNECT res 2016-04-19 11:48:06 -04:00
_http_common.js http: skip body and next message of CONNECT res 2016-04-19 11:48:06 -04:00
_http_incoming.js
_http_outgoing.js
_http_server.js http: disallow sending obviously invalid status codes 2016-04-20 16:34:58 -07:00
_linklist.js
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js events: add prependListener() and prependOnceListener() 2016-04-22 09:28:37 -07:00
_stream_transform.js
_stream_wrap.js
_stream_writable.js stream: make null an invalid chunk to write in object mode 2016-04-20 13:28:35 -07:00
_tls_common.js
_tls_legacy.js crypto: fail early when loading crypto without openssl 2016-03-23 10:34:40 -07:00
_tls_wrap.js crypto: improve error messages 2016-03-26 23:46:32 +05:30
.eslintrc
assert.js assert: respect assert.doesNotThrow message. 2016-04-18 16:49:26 -07:00
buffer.js buffer: safeguard against accidental kNoZeroFill 2016-04-26 10:04:35 -07:00
child_process.js lib,test,tools: alignment on variable assignments 2016-04-18 17:19:11 -07:00
cluster.js cluster: migrate from worker.suicide 2016-04-25 19:24:37 -05:00
console.js console: timeEnd() with no label emits warning 2016-04-25 08:28:23 -07:00
constants.js
crypto.js crypto: fail early when loading crypto without openssl 2016-03-23 10:34:40 -07:00
dgram.js dgram: pass null as error on successful send() 2016-03-28 09:47:13 -04:00
dns.js dns: Use object without protoype for map 2016-03-22 11:13:03 -07:00
domain.js lib: reduce usage of self = this 2016-03-21 15:48:51 -07:00
events.js events: add prependListener() and prependOnceListener() 2016-04-22 09:28:37 -07:00
fs.js buffer: add Buffer.allocUnsafeSlow(size) 2016-04-15 10:36:01 -07:00
http.js
https.js crypto: fail early when loading crypto without openssl 2016-03-23 10:34:40 -07:00
module.js module: preserve symlinks when requiring 2016-04-25 09:24:52 -07:00
net.js net: Validate port in createServer().listen() 2016-04-20 15:41:18 -07:00
os.js os: add userInfo() method 2016-04-12 17:21:29 -04:00
path.js path: fix win32.isAbsolute() inconsistency 2016-04-04 14:45:22 -07:00
process.js
punycode.js
querystring.js querystring: fix comments 2016-04-25 09:56:52 -04:00
readline.js readline: allow history to be disabled 2016-04-26 02:31:05 +02:00
repl.js repl: don’t complete expressions when eval fails 2016-04-25 09:40:55 -07:00
stream.js
string_decoder.js
sys.js
timers.js timers: fixing API refs to use safe internal refs 2016-03-28 16:18:14 -07:00
tls.js crypto: fail early when loading crypto without openssl 2016-03-23 10:34:40 -07:00
tty.js Revert "tty: don't read from console stream upon creation" 2016-03-29 10:21:46 -05:00
url.js url: drop auth in url.resolve() if host changes 2016-04-25 10:39:10 -07:00
util.js lib,test,tools: alignment on variable assignments 2016-04-18 17:19:11 -07:00
v8.js
vm.js
zlib.js zlib: fix use after null when calling .close 2016-04-19 08:46:54 +02:00