Re: ld.so does not use already loaded objects if full path is used

2015-10-17 Thread Philip Guenther
On Fri, Oct 16, 2015 at 7:16 AM, Peter Hajdu wrote: > I found something that seems to be a bug in ld.so. If I load a > shared library with full path with dlopen, it does not check if the > library is already loaded. I was hoping someone can have a look at > it too, I might have missed something.

ld.so does not use already loaded objects if full path is used

2015-10-16 Thread Peter Hajdu
Hi, I found something that seems to be a bug in ld.so. If I load a shared library with full path with dlopen, it does not check if the library is already loaded. I was hoping someone can have a look at it too, I might have missed something. This is my first patch, I hope I did not make too much