Page MenuHomeFreeBSD

Fix dso_handle_check for PIE executables.
ClosedPublic

Authored by jhb on Nov 6 2020, 6:03 PM.
Tags
None
Referenced Files
F153430073: D27126.id.diff
Tue, Apr 21, 3:17 AM
F153415404: D27126.id79272.diff
Tue, Apr 21, 1:08 AM
F153321604: D27126.id79399.diff
Mon, Apr 20, 11:27 AM
Unknown Object (File)
Sat, Apr 18, 1:50 PM
Unknown Object (File)
Sun, Apr 12, 1:04 AM
Unknown Object (File)
Sun, Mar 22, 5:53 PM
Unknown Object (File)
Feb 8 2026, 3:39 PM
Unknown Object (File)
Jan 30 2026, 4:06 PM
Subscribers

Details

Summary

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

Diff Detail

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

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

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