summaryrefslogtreecommitdiffstats
path: root/xrdp/Makefile.am
diff options
context:
space:
mode:
authorKoichiro IWAO <meta@vmeta.jp>2018-01-13 22:10:48 +0900
committerKoichiro IWAO <meta@vmeta.jp>2018-01-17 09:38:28 +0900
commitb17c45d86fc2f22fcff8cb9adf31080738edd37a (patch)
treec7f93f89855a67a7d45706c9655626bcef5efe7a /xrdp/Makefile.am
parent5daa09171e1e6e65a1a3ab969775fdf8affffc37 (diff)
downloadxrdp-proprietary-b17c45d86fc2f22fcff8cb9adf31080738edd37a.tar.gz
xrdp-proprietary-b17c45d86fc2f22fcff8cb9adf31080738edd37a.zip
fix potential fd leak
In most cases, checking fd > 0 is not valid. open(2) returns -1 on error, 0 on stdin, 1 on stdout, 2 on stderr, >2 . The border should be between -1 and 0. Additionally, between 2 and 3. Pointed out by: #919
Diffstat (limited to 'xrdp/Makefile.am')
0 files changed, 0 insertions, 0 deletions