diff options
author | Takashi Yano <takashi.yano@nifty.ne.jp> | 2024-02-13 11:17:46 +0900 |
---|---|---|
committer | Takashi Yano <takashi.yano@nifty.ne.jp> | 2024-02-13 23:23:52 +0900 |
commit | 06992ed6b4c63c6e77052fdc9359ce003fc3409f (patch) | |
tree | 7024385620bf6a1f50622e308be4991d51030418 /configure.ac | |
parent | 10c8c1cf4f94ed42c59015d7e972269724c451bf (diff) | |
download | newlib-06992ed6b4c63c6e77052fdc9359ce003fc3409f.zip newlib-06992ed6b4c63c6e77052fdc9359ce003fc3409f.tar.gz newlib-06992ed6b4c63c6e77052fdc9359ce003fc3409f.tar.bz2 |
Cygwin: pty: Fix handle leak in master process.
If non-cygwin process is started in pty, closing from_master_nat
pipe handle was missing in fhandler_pty_slave::input_transfer().
This occured because the handle was duplicated but not closed.
https://github.com/msys2/msys2-runtime/issues/198
Fixes: 29431fcb5b14 ("Cygwin: pty: Inherit typeahead data between two input pipes.")
Reported-by: Hakkin Lain
Signed-off-by: Takashi Yano <takashi.yano@nifty.ne.jp>
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions