]> granicus.if.org Git - sudo/commit
It is possible for WIFSTOPPED to be true even if waitpid() is not
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 2 Oct 2015 17:24:01 +0000 (11:24 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 2 Oct 2015 17:24:01 +0000 (11:24 -0600)
commit5ad68edd6586da36a32b8a9005962edd0f7201e6
treef942dfbaf8a26afce50d580c75b830bba0783be6
parent3f883a80a5b4c950cfbe580712af7ddc9e3fb388
It is possible for WIFSTOPPED to be true even if waitpid() is not
given WUNTRACED if the child is ptraced.  Don't exit the waitpid()
loop if WIFSTOPPED is true, just in case.
plugins/sudoers/logging.c
plugins/sudoers/visudo.c
src/tgetpass.c