Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2013-12-17 23:05:26 +0400
committerChristopher Faylor <me@cgf.cx>2013-12-17 23:05:26 +0400
commit891b1e7e22ff6a20040c81b0e21bfe977cbee445 (patch)
treefb3b68c5a92ed9e881c79f8f427cb615cd0b2b42 /winsup/cygwin/release
parentf51db32d8c8e45123a9465f1a49dd0b7fa036938 (diff)
* fhandler.h (fhandler_pty_master::~fhandler_pty_master): Delete.
* fhandler_tty.cc (fhandler_pty_master::~fhandler_pty_master): Ditto.
Diffstat (limited to 'winsup/cygwin/release')
-rw-r--r--winsup/cygwin/release/1.7.283
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/release/1.7.28 b/winsup/cygwin/release/1.7.28
index 1bc1c01f7..a866adf43 100644
--- a/winsup/cygwin/release/1.7.28
+++ b/winsup/cygwin/release/1.7.28
@@ -13,3 +13,6 @@ Bug Fixes
despite the fact that the filesystem claims to handle them, stop transaction
and try again without.
Fixes: http://cygwin.com/ml/cygwin/2013-12/msg00119.html
+
+- Closing a dup'ed master tty handle should no longer invalidate the dup'ed fd.
+ Fixes: http://cygwin.com/ml/cygwin/2013-12/threads.html#00279