]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: pty: Fix a race issue in startup of pseudo console.
authorTakashi Yano via Cygwin-patches <cygwin-patches@cygwin.com>
Thu, 4 Mar 2021 08:56:34 +0000 (17:56 +0900)
committerCorinna Vinschen <corinna@vinschen.de>
Fri, 5 Mar 2021 14:48:46 +0000 (15:48 +0100)
commit919dea66d3ca17eac4aa08d4156516feb165ec82
treea648fd722e74cb3e867061b198364bf8da9ac34b
parent182ba1f022fb42b22fd2c7d925bf687227b2b3c7
Cygwin: pty: Fix a race issue in startup of pseudo console.

- If two non-cygwin apps are started simultaneously and this is the
  first execution of non-cygwin apps in the pty, these occasionally
  hang up. The cause is the race issue between term_has_pcon_cap(),
  reset_switch_to_pcon() and setup_pseudoconsole(). This patch fixes
  the issue.
winsup/cygwin/fhandler_tty.cc
This page took 0.030462 seconds and 5 git commands to generate.