]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: pty: Add FreeConsole to destructor of pty slave.
authorTakashi Yano via Cygwin-patches <cygwin-patches@cygwin.com>
Fri, 13 Mar 2020 03:06:49 +0000 (12:06 +0900)
committerCorinna Vinschen <corinna@vinschen.de>
Fri, 13 Mar 2020 09:55:41 +0000 (10:55 +0100)
commit071b8e0cbd4be33449c12bb0d58f514ed8ef893c
tree3fd3a209309c6a820bd77559f69e2386fa51f176
parent57a80207ff5f7045a45668cee827ce7f6906ccc8
Cygwin: pty: Add FreeConsole to destructor of pty slave.

- When pseudo console is closed, all the processes attched to the
  pseudo console are terminated. This causes the problem reported
  in https://sourceware.org/pipermail/cygwin/2020-March/244046.html.
  This patch fixes the issue.
winsup/cygwin/fhandler_tty.cc
This page took 0.030959 seconds and 5 git commands to generate.