[sudo-commits] sudo changeset 8531:be7c0b759e9a

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


changeset:	8531:be7c0b759e9a in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/be7c0b759e9a
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Fri Dec 28 11:03:23 2012 -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:

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


More information about the sudo-commits mailing list