commit | c7374c31c4ba176e94825e8d734b5abe8a6879b1 | [log] [download] |
---|---|---|
author | nicm <nicm> | Mon Jul 13 15:49:31 2015 +0000 |
committer | nicm <nicm> | Mon Jul 13 15:49:31 2015 +0000 |
tree | 862211dc6d3c5137f9aee3b8feb19ea9ddcd9eaf | |
parent | 81069f66f96dd83025fc6f2990619eb861199e10 [diff] |
Initialize cwd fd to -1 so that we don't close fd 0 if the client is destroyed before it is changed. Also allow ttyname() to fail. Fixes problems when running out of file descriptors reported by Bruno Sutic.