[sudo-commits] sudo changeset 14065:fd2dee906d2f

Todd C. Miller Todd.Miller at sudo.ws
Mon Jun 20 15:12:28 MDT 2022


changeset:	14065:fd2dee906d2f in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/fd2dee906d2f
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Jun 20 14:58:06 2022 -0600

Log Message:
	Add debug printfs when send/recv return EAGAIN or EINTR.
	These are not actually errors but can help gain insight into what
	is going on and, in the case of EAGAIN, whether or not there may
	be a kernel resource starvation problem.

diffstat:

 src/exec_intercept.c |  24 ++++++++++++++++++++----
 1 files changed, 20 insertions(+), 4 deletions(-)



More information about the sudo-commits mailing list