[sudo-commits] sudo changeset 9458:4340e0967e91

Todd C. Miller Todd.Miller at courtesan.com
Wed May 7 15:25:28 MDT 2014


changeset:	9458:4340e0967e91 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/4340e0967e91
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