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
F102726613: D42841.id130814.diff
Sat, Nov 16, 10:25 AM
Unknown Object (File)
Oct 13 2024, 5:23 PM
Unknown Object (File)
Oct 13 2024, 5:23 PM
Unknown Object (File)
Oct 13 2024, 5:23 PM
Unknown Object (File)
Oct 13 2024, 5:21 PM
Unknown Object (File)
Sep 30 2024, 3:54 AM
Unknown Object (File)
Sep 28 2024, 11:15 AM
Unknown Object (File)
Sep 28 2024, 9:31 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