[sudo-commits] sudo changeset 11463:4ea419ac5bee

Todd C. Miller Todd.Miller at sudo.ws
Sat Aug 18 20:31:28 MDT 2018


changeset:	11463:4ea419ac5bee in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/4ea419ac5bee
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sat Aug 18 20:29:30 2018 -0600

Log Message:
	Fix I/O log timing file on systems without a C99-compatible snprintf().
	On those systems we use our own snprintf() that doesn't support
	floating point.  We don't actually need floating point in this case
	since the we can print seconds and microseconds without using it.

diffstat:

 plugins/sudoers/iolog.c |  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)


More information about the sudo-commits mailing list