https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283528
Konstantin Belousov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Konstantin Belousov <[email protected]> --- 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.
