]> granicus.if.org Git - sudo/commit
We no longer need to write to the tty if the command was killed by
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 28 Apr 2017 16:32:15 +0000 (10:32 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 28 Apr 2017 16:32:15 +0000 (10:32 -0600)
commitdab8651ed21b3047d43beb597bf5bb9c0b699486
treee21033b32cfe25f755d5a9aa8a29212a7a02e77e
parentf57629c95308cb87da059c37722bb8b65217f318
We no longer need to write to the tty if the command was killed by
a signal.  Sudo will terminate itself with the same signal the
command died from.  Unfortunately, we lose the "core dumped" bit
since sudo itself will not dump core, but there doesn't appear to
be a way around that.
src/exec_pty.c