[sudo-commits] sudo changeset 10397:42ac4ad85900

Todd C. Miller Todd.Miller at courtesan.com
Thu May 5 14:32:55 MDT 2016


changeset:	10397:42ac4ad85900 in /media/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/42ac4ad85900
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Wed May 04 14:13:44 2016 -0600

Log Message:
	In dispatch_signal() for stopped processes check for tcgetpgrp()
	returning -1.  Also change checks from "saved_pgrp != -1" to
	"fd != -1".  Coverity CID 104098.

diffstat:

 src/exec.c |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)


More information about the sudo-commits mailing list