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)
Thu, Jan 30, 1:47 AM
Unknown Object (File)
Fri, Jan 10, 9:19 PM
Unknown Object (File)
Dec 11 2024, 9:01 PM
Unknown Object (File)
Nov 14 2024, 8:10 PM
Unknown Object (File)
Nov 14 2024, 7:52 PM
Unknown Object (File)
Nov 4 2024, 10:17 AM
Unknown Object (File)
Oct 5 2024, 2:10 AM
Unknown Object (File)
Oct 5 2024, 2:10 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.