aboutsummaryrefslogtreecommitdiffstats
path: root/executor/executor_linux.cc
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-02-26 15:54:02 +0100
committerDmitry Vyukov <dvyukov@google.com>2018-02-26 15:54:02 +0100
commit66cf309385d0da374a6b0f14fcc87cef2cd6768f (patch)
tree768b104a7bc49773aa3cdcd488b393ecc29c2bf9 /executor/executor_linux.cc
parent14dae29c2abebd8886909c7a09c5795ffdd11515 (diff)
executor, pkg/csource: make fd numbers consistent
Currently when executor creates fd's it gets: 0, 3, 4. When tun is enabled: 3, 4, 5. For C programs: 3, 4, 5. When run is enabled: 4, 5, 6. Theoretically it should not matter, but these fd numbers are probably sometimes are used as data. So make them consistent in all these cases (3, 4, 5).
Diffstat (limited to 'executor/executor_linux.cc')
0 files changed, 0 insertions, 0 deletions