Page MenuHomeFreeBSD

Fix dso_handle_check for PIE executables.
ClosedPublic

Authored by jhb on Nov 6 2020, 6:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 5, 8:47 PM
Unknown Object (File)
Tue, Sep 23, 7:43 AM
Unknown Object (File)
Wed, Sep 17, 7:33 PM
Unknown Object (File)
Sep 2 2025, 4:30 PM
Unknown Object (File)
Aug 14 2025, 10:31 PM
Unknown Object (File)
Jul 29 2025, 4:30 AM
Unknown Object (File)
Jul 25 2025, 8:40 AM
Unknown Object (File)
Jul 25 2025, 4:35 AM
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 :(