[sudo-commits] sudo changeset 7549:9f6ed53a62d6

Todd C. Miller Todd.Miller at courtesan.com
Wed Jan 4 13:07:44 EST 2012


changeset:	7549:9f6ed53a62d6 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/9f6ed53a62d6
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Wed Jan 04 13:03:23 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