summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2018-09-24 11:51:14 +0200
committerBeth Griggs <Bethany.Griggs@uk.ibm.com>2019-03-19 22:55:13 +0000
commitea5628e77ae12bdb34e4c1514261ea27c45f6562 (patch)
treeb4b3894c23df7d3e18fd3b8eef6ca4efc5af181f /AUTHORS
parent1a9582b7a66759d1c478f5b6b2adc91e39cc982a (diff)
downloadnode-new-ea5628e77ae12bdb34e4c1514261ea27c45f6562.tar.gz
process: allow reading from stdout/stderr sockets
Allow reading from stdio streams that are conventionally associated with process output, since this is only convention. This involves disabling the oddness around closing stdio streams. Its purpose is to prevent the file descriptors 0 through 2 from being closed, since doing so can lead to information leaks when new file descriptors are being opened; instead, not doing anything seems like a more reasonable choice. Fixes: https://github.com/nodejs/node/issues/21203 Backport-PR-URL: https://github.com/nodejs/node/pull/25351 PR-URL: https://github.com/nodejs/node/pull/23053 Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'AUTHORS')
0 files changed, 0 insertions, 0 deletions