[sudo-commits] sudo changeset 12825:e4239bb932aa

Todd C. Miller Todd.Miller at sudo.ws
Wed Jan 20 11:28:02 MST 2021


changeset:	12825:e4239bb932aa in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/e4239bb932aa
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Wed Jan 20 11:25:23 2021 -0700

Log Message:
	Fix problem when SSL_read() returns SSL_ERROR_WANT_WRITE.  This can
	happen when the socket cannot be written to immediately.
	We need to set the read_instead_of_write flag in that case, _not_
	write_instead_of_read.  Also sync comments with sendlog.c.
	Bug #954

diffstat:

 plugins/sudoers/log_client.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)



More information about the sudo-commits mailing list