[sudo-commits] sudo changeset 10394:3b3eb45b701e

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


changeset:	10394:3b3eb45b701e in /media/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/3b3eb45b701e
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Wed May 04 12:53:20 2016 -0600

Log Message:
	In io_callback() if we write the complete buffer and find that there
	is no associated reader just return as there is nothing else to be
	done.  In practice is it not possible for SUDO_EV_READ to be set
	if revent is NULL but an early return is harmless and possibly
	easier to understand.  Coverity CID 104124.

diffstat:

 src/exec_pty.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


More information about the sudo-commits mailing list