https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283528

Konstantin Belousov <k...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |k...@freebsd.org

--- Comment #1 from Konstantin Belousov <k...@freebsd.org> ---
If you have an object a.so that interposes symbol A, the usual way to access
the symbol A from beneath a.so is using dlsym(RTLD_NEXT, "A").

To get guaranteed results for symbols exported from libc, like "getaddrinfo",
ensure that your interposer is linked to libc.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to