diff options
author | Takashi Yano <takashi.yano@nifty.ne.jp> | 2022-01-14 19:35:12 +0900 |
---|---|---|
committer | Takashi Yano <takashi.yano@nifty.ne.jp> | 2022-01-14 23:11:20 +0900 |
commit | 909ed837ccb932ea70f71cc41891fa2c8143133f (patch) | |
tree | 1ec642af25b68216dd65b2516e0f4c00fbabcc93 /newlib/libc | |
parent | bff4594b089c10c41edcdd14c2682d19f36b3241 (diff) | |
download | newlib-909ed837ccb932ea70f71cc41891fa2c8143133f.zip newlib-909ed837ccb932ea70f71cc41891fa2c8143133f.tar.gz newlib-909ed837ccb932ea70f71cc41891fa2c8143133f.tar.bz2 |
Cygwin: pty: Fix race issue between closing and opening master.
- If the from_master is closed before cleaning up other pipes, such
as from_slave_nat, the same pty may be allocated and pty master may
try to open the pipe which is not closed yet, and it will fail.
This patch fixes the issue.
Diffstat (limited to 'newlib/libc')
0 files changed, 0 insertions, 0 deletions