[sudo-commits] sudo changeset 12066:9019d7ad9958

Todd C. Miller Todd.Miller at sudo.ws
Sun Jan 5 09:39:07 MST 2020


changeset:	12066:9019d7ad9958 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/9019d7ad9958
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sun Jan 05 07:48:46 2020 -0700

Log Message:
	Use canonical pattern when freeing a tail queue.
	Avoids some coverity false positives when using TAILQ_FOREACH_SAFE
	to free the tail queue.

diffstat:

 plugins/sudoers/cvtsudoers.c |  50 +++++++++++++++++++++++--------------------
 1 files changed, 27 insertions(+), 23 deletions(-)


More information about the sudo-commits mailing list