[Bug 246462] rtld/dlopen incorrect resolution of symbols [RTLD_DEEPBIND]
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu May 14 19:10:43 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246462
--- Comment #6 from Konstantin Belousov <kib at 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 please
test this patch before using -Bsymbolic:
https://reviews.freebsd.org/D24841
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list