[sudo-commits] sudo changeset 13367:6ee77b869a8c

Todd C. Miller Todd.Miller at sudo.ws
Mon Aug 9 16:10:03 MDT 2021


changeset:	13367:6ee77b869a8c in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/6ee77b869a8c
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Aug 09 15:50:26 2021 -0600

Log Message:
	If msg_control is not present in struct msghdr use msg_accrights instead.
	Fixes building on Solaris and probably others.  It is possible to
	expose msg_control on Solaris but this requires a specific set of
	feature flag defines which can cause other complications.

diffstat:

 config.h.in                 |   3 +++
 configure                   |  13 +++++++++++++
 configure.ac                |   7 +++++++
 src/exec.c                  |  18 ++++++++++++++++--
 src/sudo_intercept_common.c |  12 +++++++++---
 5 files changed, 48 insertions(+), 5 deletions(-)



More information about the sudo-commits mailing list