Date: Wed, 01 Jan 2025 18:20:21 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 283528] I need an alias for the symbol getaddrinfo Message-ID: <bug-283528-227-9xUdmkY20U@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-283528-227@https.bugs.freebsd.org/bugzilla/> References: <bug-283528-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=3D283528 Konstantin Belousov <kib@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kib@FreeBSD.org --- Comment #1 from Konstantin Belousov <kib@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. --=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-283528-227-9xUdmkY20U>