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 #14 from Carlos O'Donell <carlos at redhat dot com> ---
(In reply to Florian Weimer from comment #13)
> I'm still worried that if we change the search results now, we break
> applications.
> 
> This is less of a concern if after the bug fix, we only find *additional*
> symbols, but if we return *different* symbols, that seems quite risky.

Agreed, we'll need regression test cases for every minute change we make here.
It's certainly a project that will need lots more testing. I'm considering
automation to create complete DAG's for all DSO deps and recording ordering and
then using that to drive some comparison while I change the sort algorithms.

-- 
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]