Page MenuHomeFreeBSD

Fix dso_handle_check for PIE executables.
ClosedPublic

Authored by jhb on Nov 6 2020, 6:03 PM.
Tags
None
Referenced Files
F154683017: D27126.id79399.diff
Wed, Apr 29, 5:25 AM
F154680158: D27126.id79399.diff
Wed, Apr 29, 5:19 AM
Unknown Object (File)
Mon, Apr 27, 10:42 PM
Unknown Object (File)
Sun, Apr 26, 3:41 AM
Unknown Object (File)
Tue, Apr 21, 3:17 AM
Unknown Object (File)
Tue, Apr 21, 1:08 AM
Unknown Object (File)
Mon, Apr 20, 11:27 AM
Unknown Object (File)
Sat, Apr 18, 1:50 PM
Subscribers

Details

Summary

PIE executables use crtbeginS.o and have a non-NULL dso_handle as a result.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 34671
Build 31738: arc lint + arc unit

Event Timeline

jhb requested review of this revision.Nov 6 2020, 6:03 PM
jhb created this revision.
This revision is now accepted and ready to land.Nov 6 2020, 7:00 PM
This revision was automatically updated to reflect the committed changes.
jrtc27 added inline comments.
head/lib/csu/tests/fini_test.c
149 ↗(On Diff #79399)

This message should be updated too; managed to miss that myself when reviewing the CheriBSD PR :(