[sudo-commits] sudo changeset 13584:364736f15a06

Todd C. Miller Todd.Miller at sudo.ws
Tue Oct 19 12:33:49 MDT 2021


changeset:	13584:364736f15a06 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/364736f15a06
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Oct 19 11:57:32 2021 -0600

Log Message:
	Fix potential use-after-free when calling iolog_flush_all().
	We need to call iolog_flush_all() _before_ scheduling the commit point.
	If we fail to schedule to commit point, the closure will be freed.
	Coverity CID 220557

diffstat:

 logsrvd/logsrvd.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)



More information about the sudo-commits mailing list