[sudo-commits] sudo changeset 13453:1b8aa927ea83

Todd C. Miller Todd.Miller at sudo.ws
Tue Aug 31 12:11:24 MDT 2021


changeset:	13453:1b8aa927ea83 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/1b8aa927ea83
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Aug 31 12:09:05 2021 -0600

Log Message:
	Handle reading large messages that don't fit in a single recv().
	We know the length of what we are receiving so just loop until
	we have it all, get EOF or an error.

diffstat:

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



More information about the sudo-commits mailing list