Page MenuHomeFreeBSD

Handle protected symbols in rtld.
ClosedPublic

Authored by kib on Jan 24 2017, 4:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 23, 8:35 PM
Unknown Object (File)
Sun, Apr 21, 5:58 PM
Unknown Object (File)
Sun, Apr 21, 3:52 PM
Unknown Object (File)
Dec 20 2023, 1:59 AM
Unknown Object (File)
Apr 25 2017, 10:55 AM
Unknown Object (File)
Apr 20 2017, 4:56 PM
Unknown Object (File)
Apr 20 2017, 4:55 PM
Unknown Object (File)
Apr 11 2017, 10:32 AM
Subscribers

Details

Summary

Protected symbol reference in GOT of the defining object must be resolved to itself, same as -Bsymbolic globally.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kib retitled this revision from to Handle protected symbols in rtld..
kib updated this object.
kib edited the test plan for this revision. (Show Details)
kib added a reviewer: emaste.
kib set the repository for this revision to rS FreeBSD src repository - subversion.

Fix bug: Only record the refobj as processed when PROTECTED visibility symbol was actually found.

This revision was automatically updated to reflect the committed changes.