[sudo-commits] sudo changeset 13380:beaafc6c17cf

Todd C. Miller Todd.Miller at sudo.ws
Wed Aug 11 14:11:22 MDT 2021


changeset:	13380:beaafc6c17cf in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/beaafc6c17cf
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Wed Aug 11 14:08:48 2021 -0600

Log Message:
	Call shutdown() on sockets before closing() if they are connected.
	This should ensure that the other side sees any queued data before
	the connection is dropped.

diffstat:

 logsrvd/logsrvd.c            |   4 +++-
 logsrvd/logsrvd_relay.c      |  18 ++++++++++++++----
 logsrvd/sendlog.c            |   1 +
 plugins/sudoers/log_client.c |   9 ++++++++-
 4 files changed, 26 insertions(+), 6 deletions(-)



More information about the sudo-commits mailing list