xrdp/libxrdp
Koichiro IWAO b17c45d86f
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
2018-01-17 09:38:28 +09:00
..
2017-03-14 00:21:48 -07:00
2017-03-14 00:21:48 -07:00
2017-03-01 20:39:48 -08:00
2017-03-14 00:21:48 -07:00
2017-03-14 00:21:48 -07:00
2018-01-17 09:38:28 +09:00
2017-03-14 00:21:48 -07:00