]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: pty: Fix handle leak regarding attach_mutex.
authorTakashi Yano <takashi.yano@nifty.ne.jp>
Sun, 10 Oct 2021 00:49:53 +0000 (09:49 +0900)
committerKen Brown <kbrown@cornell.edu>
Sun, 10 Oct 2021 12:57:51 +0000 (08:57 -0400)
commitdcd564f65caa96a9dc5c0d17020b9674a1a36e32
treef92345d68ede8af22d4e5b2d5fc7aedace71a397
parent8a09deb1b778ddd815270c079931078d01e147f9
Cygwin: pty: Fix handle leak regarding attach_mutex.

- If the process having master pty opened is forked, attach_mutex
  fails to be closed when master is closed. This patch fixes the
  issue.
winsup/cygwin/fhandler_console.cc
winsup/cygwin/fhandler_tty.cc
This page took 0.03182 seconds and 5 git commands to generate.