[sudo-commits] sudo changeset 12953:e8d82fc92891

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


changeset:	12953:e8d82fc92891 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/e8d82fc92891
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sat Jan 23 08:44:00 2021 -0700

Log Message:
	Fix the memset offset when converting a v1 timestamp to TS_LOCKEXCL.
	We want to zero the struct starting at flags, not type (which was just set).
	Found by Qualys.

diffstat:

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



More information about the sudo-commits mailing list