[sudo-commits] sudo changeset 10241:a2cab04a03da

Todd C. Miller Todd.Miller at courtesan.com
Fri Oct 2 14:45:18 MDT 2015


changeset:	10241:a2cab04a03da in /media/repos/sudo
details:	http://www.sudo.ws/repos/sudo/rev/a2cab04a03da
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Fri Oct 02 11:24:01 2015 -0600

Log Message:
	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.

diffstat:

 plugins/sudoers/logging.c |  18 +++++++++++++-----
 plugins/sudoers/visudo.c  |   8 ++++++--
 src/tgetpass.c            |   9 +++++++--
 3 files changed, 26 insertions(+), 9 deletions(-)


More information about the sudo-commits mailing list