[sudo-commits] sudo changeset 13018:90d975989148

Todd C. Miller Todd.Miller at sudo.ws
Fri Feb 19 11:27:45 MST 2021


changeset:	13018:90d975989148 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/90d975989148
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Fri Feb 19 11:03:26 2021 -0700

Log Message:
	Add support on AIX for loading plugins that are .a (not .so) files.
	It is possible to specify the member name in parens after the path,
	e.g. sudoers.a(shr.o) for 32-bit or sudoers.a(shr_64.o) for 64-bit.
	If no member is specified in the path and dlopen() fails with ENOEXEC,
	try again with an explicit member, either shr.o or shr_64.o.

diffstat:

 lib/util/sudo_dso.c |  46 +++++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 41 insertions(+), 5 deletions(-)



More information about the sudo-commits mailing list