Page MenuHomeFreeBSD

RTLD_DEEPBIND: make lookup not just symbolic, but walk all refobj' DAGs
ClosedPublic

Authored by kib on Nov 29 2023, 8:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jan 31, 7:11 AM
Unknown Object (File)
Sat, Jan 25, 5:18 AM
Unknown Object (File)
Thu, Jan 23, 4:27 AM
Unknown Object (File)
Jan 11 2025, 1:04 AM
Unknown Object (File)
Jan 10 2025, 10:09 AM
Unknown Object (File)
Dec 20 2024, 12:42 PM
Unknown Object (File)
Dec 6 2024, 4:46 AM
Unknown Object (File)
Dec 6 2024, 4:43 AM
Subscribers

Details

Summary
before starting the walk over the global list.  Effectively we visit
needed objects first as well, instead of just the object itself.
This seems to better match the semantic offered by the glibc flag.

Reported by:    kevans
PR:     275393

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable