[sudo-commits] sudo changeset 9071:a13603fb3134

Todd C. Miller Todd.Miller at courtesan.com
Mon Oct 28 16:45:09 MDT 2013


changeset:	9071:a13603fb3134 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/a13603fb3134
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Mon Oct 28 16:40:04 2013 -0600

Log Message:
	Fix sudo_ev_scan_impl() return value in event_poll.c.
	Make sure we clear active flag from unprocessed events if
	sudo_ev_loopbreak() or sudo_ev_loopcontinue() are used.
	Remove bogus optimization when the timeout is zero or negative; it
	could prevent an I/O event from being triggered.

diffstat:

 common/event.c        |  13 +++++++++----
 common/event_poll.c   |   6 +++---
 common/event_select.c |   6 +++---
 3 files changed, 15 insertions(+), 10 deletions(-)


More information about the sudo-commits mailing list