Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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. #198 Backported-from: a6ac7b4 (Cygwin: pty: Fix handle leak in master process., 2024-02-13) Fixes: 29431fc ("Cygwin: pty: Inherit typeahead data between two input pipes.") Reported-by: Hakkin Lain Signed-off-by: Takashi Yano <takashi.yano@nifty.ne.jp> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
- Loading branch information