[sudo-commits] sudo changeset 15108:053c94c3db03

Todd C. Miller Todd.Miller at sudo.ws
Wed Oct 18 10:25:57 MDT 2023


changeset:	15108:053c94c3db03 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/053c94c3db03
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Oct 17 20:09:16 2023 -0600
files:		plugins/sudoers/sudo_printf.c src/conversation.c

Log Message:
	Use vsnprintf() instead of vfprintf() for sudo_printf() to avoid
	problems on systems where the system printf(3) is not C99-compliant.
	We use our own snprintf() on such systems.


diffstat:

 plugins/sudoers/sudo_printf.c |  23 ++++++++++++++++++++++-
 src/conversation.c            |  25 ++++++++++++++++++++++---
 2 files changed, 44 insertions(+), 4 deletions(-)



More information about the sudo-commits mailing list