Re: [PATCH 1/1] Cygwin: pty: Fix potential state mismatch regarding pseudo console.

2019-09-05 Thread Corinna Vinschen
On Sep 5 19:44, Takashi Yano wrote: > - PTY with pseudo console support sitll has problem which potentially > cause state mismatch between state variable and real console state. > This patch fixes this issue. > --- > winsup/cygwin/dtable.cc | 9 +++-- > 1 file changed, 7 insertions(+), 2

[PATCH 1/1] Cygwin: pty: Fix potential state mismatch regarding pseudo console.

2019-09-05 Thread Takashi Yano
- PTY with pseudo console support sitll has problem which potentially cause state mismatch between state variable and real console state. This patch fixes this issue. --- winsup/cygwin/dtable.cc | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/winsup/cygwin/dtable.c