[sudo-commits] sudo changeset 11368:7c594a63598f

Todd C. Miller Todd.Miller at sudo.ws
Fri May 11 06:05:25 MDT 2018


changeset:	11368:7c594a63598f in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/7c594a63598f
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Thu May 10 21:17:03 2018 -0600

Log Message:
	Fix a format-truncation warning in newer gcc by avoiding using %0x
	and %0X in the test.  We are formatting a single byte so just do
	it one nybble at a time.

diffstat:

 plugins/sudoers/regress/parser/check_hexchar.c |  10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)


More information about the sudo-commits mailing list