-
- Downloads
I/O [NT]: Fixed multiple isses with debug_fd_openpty().
* 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.
Loading
Please register or sign in to comment