[sudo-commits] sudo changeset 7650:15726f1e2a51

Todd C. Miller Todd.Miller at courtesan.com
Thu Jan 12 16:46:06 EST 2012


changeset:	7650:15726f1e2a51 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/15726f1e2a51
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Thu Jan 12 15:04: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:

 exec.c |  42 ++++++++++++++++++++++++++++++++++++------
 1 files changed, 36 insertions(+), 6 deletions(-)



More information about the sudo-commits mailing list