[sudo-commits] sudo changeset 5285:22f0a1549391

Todd C. Miller Todd.Miller at courtesan.com
Thu Apr 29 16:52:57 EDT 2010


changeset:	5285:22f0a1549391 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/22f0a1549391
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Thu Apr 29 16:47:27 2010 -0400

Log Message:
	Defer call to alarm() until after we fork the child.
	Pass correct pid to terminate_child()
	If the command exits due to signal, set alive to false like we do when it
	    exits normally.
	Add missing check for errpipe[0] != -1 before using it in FD_ISSET

diffstat:

 src/script.c |  22 ++++++++++++----------
 1 files changed, 12 insertions(+), 10 deletions(-)



More information about the sudo-commits mailing list