* fhandler_tty.cc (fhandler_pty_slave::write): Fix potential exit from loop
with write mutex held. Delete redundant mutex release. Clear tty error once we've grabbed it.
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
Bug fixes:
|
||||
----------
|
||||
|
||||
- Prevent CTRL-S hang.
|
||||
Fixes: http://cygwin.com/ml/cygwin/2012-10/threads.html#00089
|
||||
|
||||
- Revamp signals so that signals-to-threads more closely mimic Linux
|
||||
operation.
|
||||
First step of fix for: http://cygwin.com/ml/cygwin/2012-05/msg00186.html
|
||||
|
Reference in New Issue
Block a user