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, Dec 20, 12:42 PM
Unknown Object (File)
Dec 6 2024, 4:46 AM
Unknown Object (File)
Dec 6 2024, 4:43 AM
Unknown Object (File)
Dec 6 2024, 4:43 AM
Unknown Object (File)
Dec 2 2024, 2:48 AM
Unknown Object (File)
Nov 22 2024, 11:05 AM
Unknown Object (File)
Nov 16 2024, 10:25 AM
Unknown Object (File)
Oct 13 2024, 5:23 PM
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