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