[sudo-commits] sudo changeset 12826:b398dcc0933d

Todd C. Miller Todd.Miller at sudo.ws
Thu Jan 21 13:23:14 MST 2021


changeset:	12826:b398dcc0933d in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/b398dcc0933d
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Thu Jan 21 12:46:48 2021 -0700

Log Message:
	Do not add an unfinished write buffer to the queue if it is already present.
	In client_msg_cb() we only remove a buffer from the queue when it is
	finished.  Inserting the buf again can cause a cycle in the queue.

diffstat:

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



More information about the sudo-commits mailing list