Date: Thu, 14 May 2020 19:10:42 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 246462] rtld/dlopen incorrect resolution of symbols [RTLD_DEEPBIND] Message-ID: <bug-246462-227-oB0AZPzS9e@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-246462-227@https.bugs.freebsd.org/bugzilla/> References: <bug-246462-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246462 --- Comment #6 from Konstantin Belousov <kib@FreeBSD.org> --- (In reply to Martin Birgmeier from comment #5) In principle yes, -Bsymbolic flag is better solution than RTLD_DEEPBIND, because it is the property of the object, not the caller, to require specific order= of resolution. But on other principle of adding missed functions to our rtld, could you pl= ease test this patch before using -Bsymbolic: https://reviews.freebsd.org/D24841 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-246462-227-oB0AZPzS9e>