[sudo-commits] sudo changeset 7459:d0e263ce496c

Todd C. Miller Todd.Miller at courtesan.com
Tue Jan 3 10:06:29 EST 2012


changeset:	7459:d0e263ce496c in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/d0e263ce496c
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Tue Jan 03 10:06:07 2012 -0500

Log Message:
	When not logging I/O, put command in its own pgrp and make that the
	controlling pgrp if the command is in the foreground.  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 |  42 ++++++++++++++++++++++++++++++++++++------
 1 files changed, 36 insertions(+), 6 deletions(-)



More information about the sudo-commits mailing list