]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: pty: Use pinfo() rather than kill() with signal 0.
authorTakashi Yano <takashi.yano@nifty.ne.jp>
Thu, 6 Feb 2020 10:48:17 +0000 (19:48 +0900)
committerCorinna Vinschen <corinna@vinschen.de>
Thu, 6 Feb 2020 18:58:31 +0000 (19:58 +0100)
commit3a71c46380f2cad6a9cb9d182c117cb624214553
tree2456ffe939ccfab30ccbcf5c68e4775147c1cee5
parentff24ce91938ac7ad1f3321b16118222f90ef98c3
Cygwin: pty: Use pinfo() rather than kill() with signal 0.

- PTY code has a problem that tcsh is terminated if the following
  command is executed.
    true; chcp &
  This seems to be caused by invalid pointer access which occurs
  when the process exits during the kill() code is execuetd. This
  patch avoids the issue by not using kill().
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_tty.cc
This page took 0.032444 seconds and 5 git commands to generate.