[sudo-commits] sudo changeset 7677:24137cae39af

Todd C. Miller Todd.Miller at courtesan.com
Tue Jan 17 10:31:01 EST 2012


changeset:	7677:24137cae39af in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/24137cae39af
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Tue Jan 17 10:28:42 2012 -0500

Log Message:
	When not logging I/O, use a signal handler that only forwards SIGINT,
	SIGQUIT and SIGHUP when they are user-generated signals.  Fixes a
	race in the non-I/O logging path where the command may receive two
	keyboard-generated signals; one from the kernel and one from the
	sudo process.

diffstat:

 src/exec.c |  47 ++++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 44 insertions(+), 3 deletions(-)



More information about the sudo-commits mailing list