This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Add RTLD_RELOAD to dlopen
Carlos O'Donell, on jeu. 20 juil. 2017 16:03:46 -0400, wrote:
> I'm deeply worried about users trying to use this generically for any
> DSO, and finding that initializing a DSO twice results in, for example,
> overwriting global state in a dependent child library, which means the
> dependent child should also have been loaded in parallel.
Agreed, that potential issue can be highlighted along the flag in the
manpage.
Samuel