[sudo-commits] sudo changeset 13316:fcfd53b859ac

Todd C. Miller Todd.Miller at sudo.ws
Sun Jul 25 19:33:11 MDT 2021


changeset:	13316:fcfd53b859ac in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/fcfd53b859ac
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