This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/1319] dlsym/RTLD_NEXT is broken when more than 1 lib has the symbol.


https://sourceware.org/bugzilla/show_bug.cgi?id=1319

--- Comment #11 from Florian Weimer <fweimer at redhat dot com> ---
It's puzzling why this isn't a bug.  I suspect RTLD_NEXT implements dependency
order instead of load order.  Even back in 2005, we could no longer change
that, and the only way to deal with this is to document the discrepancy with
other systems.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]