|
Message-Id: <20230508181413.194379-1-pedro.falcato@gmail.com> Date: Mon, 8 May 2023 19:14:11 +0100 From: Pedro Falcato <pedro.falcato@...il.com> To: musl@...ts.openwall.com Cc: Pedro Falcato <pedro.falcato@...il.com> Subject: [RFC PATCH 0/2] ldso: Add fdlopen Add an implementation of fdlopen as vaguely discussed on IRC. This implementation Should(tm) be entirely compatible with FreeBSD fdlopen (as documented in fdlopen(3)). This is merely an RFC. Feedback is entirely welcome. Pedro Falcato (2): dynlink: Reorganize library loading ldso: Add fdlopen include/dlfcn.h | 1 + ldso/dynlink.c | 245 +++++++++++++++++++++++++++------------------ src/ldso/fdlopen.c | 10 ++ 3 files changed, 157 insertions(+), 99 deletions(-) create mode 100644 src/ldso/fdlopen.c -- 2.40.1
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.