[sudo-commits] sudo changeset 10956:d94e202b8e57

Todd C. Miller Todd.Miller at courtesan.com
Fri May 12 10:16:29 MDT 2017


changeset:	10956:d94e202b8e57 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/d94e202b8e57
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Fri May 12 10:02:17 2017 -0600

Log Message:
	Activate the sigevents inside the signal pipe callback itself
	and call signal_pipe_cb() directly if the backend returns EINTR
	and the signal_caught flag is set.  This has the side effect of
	processing signal events in the current pass of the event loop
	instead of the next one.

diffstat:

 lib/util/event.c |  42 +++++++++++++++++++++++-------------------
 1 files changed, 23 insertions(+), 19 deletions(-)


More information about the sudo-commits mailing list