-
Henrik (Grubba) Grubbström authored
* The ptys were closed again immediately after creation. This was due to a missing return statement. * The fds were not released from the locks from allocate_fd(). This caused the fd_close() above to hang. * The return value was not set properly. * The errno was not set properly on win32-api failure.
Henrik (Grubba) Grubbström authored* The ptys were closed again immediately after creation. This was due to a missing return statement. * The fds were not released from the locks from allocate_fd(). This caused the fd_close() above to hang. * The return value was not set properly. * The errno was not set properly on win32-api failure.