[sudo-commits] sudo changeset 9445:deb6b1a7b241

Todd C. Miller Todd.Miller at courtesan.com
Fri May 2 14:58:09 MDT 2014


changeset:	9445:deb6b1a7b241 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/deb6b1a7b241
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Fri May 02 14:57:36 2014 -0600

Log Message:
	Fix non-blocking mode.  We only want to exit the event loop when
	poll() or select() returns 0 and there are no active events.  This
	fixes a problem on some systems where the last buffer was not being
	written when the command exited.

diffstat:

 common/event.c |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)


More information about the sudo-commits mailing list