[sudo-commits] sudo changeset 13533:22b8d7bc62f8

Todd C. Miller Todd.Miller at sudo.ws
Tue Sep 21 12:50:48 MDT 2021


changeset:	13533:22b8d7bc62f8 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/22b8d7bc62f8
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Sep 21 12:49:18 2021 -0600

Log Message:
	Fix truncation of the last char of the sudoRole cn passed to append_default().
	This string is primarily used for warning messages.
	Also check the snprintf() return value to avoid silent truncation.
	GitHub issue #115

diffstat:

 plugins/sudoers/ldap_util.c |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)



More information about the sudo-commits mailing list