[sudo-commits] sudo changeset 14066:8554618665a2

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


changeset:	14066:8554618665a2 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/8554618665a2
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Jun 20 15:02:11 2022 -0600

Log Message:
	Use blocking I/O when talking to the sudo process.
	Also check for EAGAIN/EINTR when reading the message size.
	Fixes a problem seen on AIX where recv_intercept_response() could
	fail unexpectedly.  Bug #1034.

diffstat:

 src/sudo_intercept_common.c |  37 +++++++++++++++++++++++++++++--------
 1 files changed, 29 insertions(+), 8 deletions(-)



More information about the sudo-commits mailing list