[Bug 259069] ldd -f format not applied to libraries
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Oct 2021 10:38:47 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259069 Konstantin Belousov <kib@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kib@FreeBSD.org --- Comment #2 from Konstantin Belousov <kib@FreeBSD.org> --- Apparently this is an old issue, rtld in principle cannot reliably query environment of the running process. It happens to work in somewhat limited setting of ldd before bfd4c875a10560aaa2f4, but that revision formalized the fact that rtld should not try to dig into/nor it should trust the runtime changes. I have something prototyped to fix lld with custom format, but productizing it would take time. -- You are receiving this mail because: You are the assignee for the bug.