]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: pty: Fix race condition in initialization of pseudo console.
authorTakashi Yano via Cygwin-patches <cygwin-patches@cygwin.com>
Mon, 26 Oct 2020 08:29:31 +0000 (17:29 +0900)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 26 Oct 2020 09:04:12 +0000 (10:04 +0100)
commit7b996f807e0be210acddfd5e34e171e98321de8b
tree85ed20f04466d466c4701f968466bbdadbaa5aea
parent3752ab804bda1cbb38b5da91db8cf14f8bdefa2f
Cygwin: pty: Fix race condition in initialization of pseudo console.

- If output of non-cygwin process is piped to cygwin process, such
  as less, the non-cygwin process sometimes fails to start and hangs.
  This patch fixes the issue.
winsup/cygwin/fhandler_tty.cc
This page took 0.031467 seconds and 5 git commands to generate.