Ivan Petkov 3fe0ba9afc libnative: process spawning should not close inherited file descriptors
* The caller should be responsible for cleaning up file descriptors
* If a caller safely creates a file descriptor (via
  native::io::file::open) the returned structure (FileDesc) will try to
  clean up the file, failing in the process and writing error messages
  to the screen.
* This should not happen as the caller has no public interface for
  telling the FileDesc structure to NOT free the underlying fd.
* Alternatively, if another file is opened under the same fd held by
  the FileDesc structure returned by native::io::file::open, it will
  close the wrong file upon destruction.
2014-08-12 19:09:18 -07:00
..
2014-08-06 02:02:50 -04:00
2014-08-06 02:02:50 -04:00
2014-07-29 16:32:07 -07:00
2014-08-06 02:02:50 -04:00
2014-04-06 15:40:01 -07:00
2014-08-08 07:55:00 -04:00
2014-08-04 16:03:21 -07:00