[sudo-commits] sudo changeset 14393:fadd0047868b

Todd C. Miller Todd.Miller at sudo.ws
Sat Dec 17 19:00:52 MST 2022


changeset:	14393:fadd0047868b in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/fadd0047868b
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sat Dec 17 18:55:16 2022 -0700

Log Message:
	fmtstr: call va_arg() for %c when computing length.
	Even though we don't need to read the actual char to know its length,
	we do need to consume it to get the correct value for the next format.

diffstat:

 src/exec_preload.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)



More information about the sudo-commits mailing list