[sudo-commits] sudo changeset 12932:71ac66275eac

Todd C. Miller Todd.Miller at sudo.ws
Tue Feb 9 13:53:13 MST 2021


changeset:	12932:71ac66275eac in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/71ac66275eac
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Wed Dec 30 07:09:35 2020 -0700

Log Message:
	Fix deregistration of a callback that is not at the head of the list.
	The SLIST_FOREACH_PREVPTR macro doesn't work the way I thought it did.
	Just store our own prev pointer and use that instead.

diffstat:

 lib/util/fatal.c |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)



More information about the sudo-commits mailing list