Date: Fri, 08 Sep 2006 18:49:13 -0700 From: Maxim Sobolev <sobomax@FreeBSD.org> To: Konstantin Belousov <kib@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/libexec/rtld-elf rtld.c Message-ID: <45021D99.1070804@FreeBSD.org> In-Reply-To: <200609081459.k88ExtSR084500@repoman.freebsd.org> References: <200609081459.k88ExtSR084500@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hmm, sounds very much like RTLD_GLOBAL. -Maxim Konstantin Belousov wrote: > kib 2006-09-08 14:59:55 UTC > > FreeBSD src repository > > Modified files: > libexec/rtld-elf rtld.c > Log: > When looking up the symbol by dlsym, look it not only in the object > given as dso handle, but also in the implicit dependencies of that dso. > > Also, const-ify the read-only parameter objlist of symlook_list. > > Reported by: "Simon 'corecode' Schubert" <corecode at fs ei tum de> > Approved by: kan (mentor) > X-MFC-After: 6.2 > > Revision Changes Path > 1.117 +10 -13 src/libexec/rtld-elf/rtld.c > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?45021D99.1070804>