[sudo-commits] sudo changeset 11301:585a47fb5a8b

Todd C. Miller Todd.Miller at sudo.ws
Mon Mar 26 10:34:47 MDT 2018


changeset:	11301:585a47fb5a8b in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/585a47fb5a8b
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Mar 26 06:28:23 2018 -0600

Log Message:
	In pty_close() there is no need to remove events associated with
	the pty slave as there are none.  We also don't need to check for
	the pty fds being -1 since they are not closed elsewhere and
	pty_close() is only called if pty_setup() succeeds.

diffstat:

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


More information about the sudo-commits mailing list