[sudo-commits] sudo changeset 13329:6d283753e47b

Todd C. Miller Todd.Miller at sudo.ws
Tue Jul 27 09:20:49 MDT 2021


changeset:	13329:6d283753e47b in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/6d283753e47b
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sun Jul 25 15:51:23 2021 -0600

Log Message:
	Add configure check for va_copy instead of using #ifdef
	This prevents the va_copy compat #define from being used if
	sudo_compat.h is somehow included before stdarg.h.

diffstat:

 config.h.in           |   6 ++++
 configure             |  74 +++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac          |  23 +++++++++++++++
 include/sudo_compat.h |   4 +-
 4 files changed, 105 insertions(+), 2 deletions(-)



More information about the sudo-commits mailing list