diff options
author | Alexander Mohr <alexander.m.mohr@daimler.com> | 2020-12-16 17:31:50 +0100 |
---|---|---|
committer | Saya Sugiura <ssugiura@jp.adit-jv.com> | 2021-01-06 09:12:00 +0900 |
commit | cbd51314c3245174b42070a66089b27472486b00 (patch) | |
tree | e5a57eb24e17b081088da5115e0afaa03d96601e /doc/dlt-system.conf.5.md | |
parent | e7858cfa226f760b6f7ba9a43501ac071b2fd8a8 (diff) | |
download | DLT-daemon-cbd51314c3245174b42070a66089b27472486b00.tar.gz |
bug-fix: fix invalid file descriptor check
Some functions validated file descriptor to be greater 0.
If a process is started without stdin, stdout and stderr
the first file descriptor allocated by the process will be 0.
This also will be the case if the above mentioned file descriptors
will be closed on purpose.
As 0 is a valid fd, some methods had to be changed to reflect this.
Signed-off-by: Alexander Mohr <alexander.m.mohr@daimler.com>
Diffstat (limited to 'doc/dlt-system.conf.5.md')
0 files changed, 0 insertions, 0 deletions