[sudo-commits] sudo changeset 10505:797bed2c39a7

Todd C. Miller Todd.Miller at courtesan.com
Thu Jun 9 10:53:10 MDT 2016


changeset:	10505:797bed2c39a7 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/797bed2c39a7
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Thu Jun 09 10:50:58 2016 -0600

Log Message:
	In handle_sigchld() fix the return value when we've already received
	an exec error.  We don't want to overwrite the error status but we
	do need to indicate that the command is no longer running.
	Fixes as hang on execve(2) error when running in a pty.

diffstat:

 src/exec_pty.c |  13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)


More information about the sudo-commits mailing list