[sudo-commits] sudo changeset 13536:0eaf1d4daa84

Todd C. Miller Todd.Miller at sudo.ws
Tue Sep 21 19:45:19 MDT 2021


changeset:	13536:0eaf1d4daa84 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/0eaf1d4daa84
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Sep 21 19:13:35 2021 -0600

Log Message:
	Check snprintf() return values even if we preallocated the correct amount.
	There are no remaining unchecked snprintf() that can actually overflow.

diffstat:

 plugins/sudoers/iolog.c |  28 +++++++++++-----------------
 plugins/sudoers/ldap.c  |   4 +---
 plugins/sudoers/toke.c  |   6 +++++-
 plugins/sudoers/toke.l  |   6 +++++-
 4 files changed, 22 insertions(+), 22 deletions(-)



More information about the sudo-commits mailing list