[sudo-commits] sudo changeset 8538:1d5359733f70

Todd C. Miller Todd.Miller at courtesan.com
Tue Jan 1 16:25:31 EST 2013


changeset:	8538:1d5359733f70 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/1d5359733f70
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Tue Jan 01 16:23:37 2013 -0500

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

diffstat:

 exec_pty.c |  15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)


More information about the sudo-commits mailing list