]> granicus.if.org Git - sudo/commit
No need to restore default signal handler for SIGSTOP as it is not
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 1 Jan 2013 21:23:37 +0000 (16:23 -0500)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 1 Jan 2013 21:23:37 +0000 (16:23 -0500)
commitff10bb6138c178cf33c8148bf54197e063925363
tree7500d595ba55c62b3e4deb38dd5ea12dc03f7a04
parentb6e47f1355e0ff48e71d2acb07a630fb04adaabf
No need to restore default signal handler for SIGSTOP as it is not
catchable.  Attempting to do so is harmless but sigaction() will
fail and set errno to EINVAL which makes it looks like there is an
error.

--HG--
branch : 1.7
exec_pty.c