0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-22 07:37:56 +01:00
nodejs/lib
cjihrig ea89fdfec4 child_process: do not access stderr when stdio set to 'ignore'
Currently, checkExecSyncError() attempts to access the contents
of stderr. When stdio is set to 'ignore', this causes a crash.
This commit adds a check on the access of stderr. Closes #7966.

Signed-off-by: Fedor Indutny <fedor@indutny.com>
2014-07-23 23:39:28 +04:00
..
_debugger.js debugger: don't set the repl.prompt string 2014-02-21 09:43:06 -08:00
_http_agent.js http: remove the circular dependency 2014-02-26 13:19:36 -08:00
_http_client.js lib: remove unused variables 2014-06-11 20:41:12 -07:00
_http_common.js http: parse the status message in a http response. 2013-12-20 17:55:08 +04:00
_http_incoming.js http: do not emit EOF non-readable socket 2014-01-25 12:03:20 -08:00
_http_outgoing.js http: add request.flush() method 2014-04-24 10:43:51 +04:00
_http_server.js http: remove unused code block 2014-06-27 17:00:10 +04:00
_linklist.js
_stream_duplex.js stdio: Set readable/writable flags properly 2013-01-17 10:42:44 -08:00
_stream_passthrough.js stream: _write takes an encoding argument 2013-03-05 14:27:15 -08:00
_stream_readable.js streams: set default hwm properly for Duplex 2014-07-10 13:28:55 +03:00
_stream_transform.js lib: remove unused variables 2014-06-11 20:41:12 -07:00
_stream_writable.js streams: set default hwm properly for Duplex 2014-07-10 13:28:55 +03:00
_tls_common.js crypto: add honorCipherOrder argument 2014-06-25 14:47:59 +04:00
_tls_legacy.js lib: remove unused variables 2014-06-11 20:41:12 -07:00
_tls_wrap.js tls_wrap: remove unused variable 2014-07-16 21:46:26 -07:00
assert.js Merge remote-tracking branch 'origin/v0.10' 2014-03-02 23:54:19 +04:00
buffer.js buffer: construct new buffer from buffer toJSON() output 2014-06-27 13:36:44 +04:00
child_process.js child_process: do not access stderr when stdio set to 'ignore' 2014-07-23 23:39:28 +04:00
cluster.js cluster: include settings object in 'setup' event 2014-07-15 00:12:43 +04:00
console.js console: console.dir() accepts options object 2014-06-12 10:42:52 -07:00
constants.js
crypto.js crypto, zlib: replace _binding with _handle 2014-05-07 16:31:00 -07:00
dgram.js udp: make it possible to receive empty udp packets 2014-07-02 20:59:27 -07:00
dns.js dns: introduce lookupService function 2014-06-27 04:02:19 +04:00
domain.js lib: remove unused variables 2014-06-11 20:41:12 -07:00
events.js events: Output the event that is leaking 2014-07-01 15:45:55 +04:00
freelist.js
fs.js lib: remove unused variables 2014-06-11 20:41:12 -07:00
http.js lib: remove unused variables 2014-06-11 20:41:12 -07:00
https.js http, https: don't depend on globalAgent 2014-02-26 13:18:54 -08:00
module.js module: don't require fs several times 2014-07-07 13:40:22 +03:00
net.js net: reset errorEmitted on reconnect 2014-07-03 15:06:33 +04:00
os.js lint 2013-03-28 13:19:08 -07:00
path.js path: improve POSIX path.join() performance 2014-01-21 17:00:56 -08:00
punycode.js lib: remove unused variables and functions 2013-08-15 17:19:17 -07:00
querystring.js querystring: custom encode and decode 2014-05-22 08:21:55 -07:00
readline.js readline: remove doubled case. 2014-06-11 16:00:47 -07:00
repl.js repl: fix multi-line input 2014-06-30 13:04:36 +04:00
smalloc.js smalloc: check if object has external memory 2013-11-13 15:29:50 -08:00
stream.js src: Replace macros with util functions 2013-08-01 15:08:01 -07:00
string_decoder.js Merge remote-tracking branch 'upstream/v0.10' 2014-06-10 19:36:04 -04:00
sys.js Fix #3577 Un-break require('sys') 2012-06-28 10:14:03 -07:00
timers.js src: fix spelling mistake 2014-05-12 14:06:14 -07:00
tls.js lint: fix indentation 2014-07-02 21:02:36 -07:00
tracing.js lib: remove unused variables 2014-06-11 20:41:12 -07:00
tty.js lib: remove unused variables and functions 2013-08-15 17:19:17 -07:00
url.js url: treat \ the same as / 2014-05-07 14:07:00 -07:00
util.js util: format as Error if instanceof Error 2014-04-26 00:52:49 +04:00
vm.js vm: update API to use options argument 2013-08-28 22:27:24 -07:00
zlib.js lib: remove unused variables 2014-06-11 20:41:12 -07:00