[sudo-commits] sudo changeset 14402:f64cf05bb2c2

Todd C. Miller Todd.Miller at sudo.ws
Mon Dec 26 07:54:04 MST 2022


changeset:	14402:f64cf05bb2c2 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/f64cf05bb2c2
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Dec 26 07:43:55 2022 -0700

Log Message:
	sudo_dso_load: add AIX fallback path from shlib.so to shlib.a(shlib.so).
	If the .so file is missing but the .a file exists, try to dlopen()
	the AIX .a file using the .so name as the member.  We need to avoid
	breaking existing configurations if the type of AIX shared library
	changes when sudo is upgraded.

diffstat:

 lib/util/sudo_dso.c |  69 ++++++++++++++++++++++++++++++++++++++--------------
 src/load_plugins.c  |  37 ++++++++++++++++++++++------
 2 files changed, 79 insertions(+), 27 deletions(-)



More information about the sudo-commits mailing list