Page MenuHomeFreeBSD

rtld: pass argc/argv/env to dso inits.
ClosedPublic

Authored by kib on Sep 7 2020, 11:39 AM.
Tags
None
Referenced Files
F147792064: D26351.id76742.diff
Fri, Mar 13, 4:54 PM
Unknown Object (File)
Thu, Mar 12, 7:17 PM
Unknown Object (File)
Wed, Mar 11, 4:26 PM
Unknown Object (File)
Wed, Mar 11, 3:53 AM
Unknown Object (File)
Tue, Mar 10, 10:06 PM
Unknown Object (File)
Sun, Mar 8, 8:39 PM
Unknown Object (File)
Sat, Mar 7, 10:46 AM
Unknown Object (File)
Sat, Mar 7, 10:21 AM
Subscribers

Details

Summary

This is consistent with how array inits are called, and also makes us more compatible with glibc environment.

Requested by: Alex S <iwtcex@gmail.com>
PR: 249162

Diff Detail

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

Event Timeline

kib requested review of this revision.Sep 7 2020, 11:39 AM
This revision is now accepted and ready to land.Sep 7 2020, 6:02 PM

LGTM, I don't see any downsides. I sort of feel like it's asymmetric that the arguments aren't passed to the fini functions, but glibc also doesn't do that. :)

This revision was automatically updated to reflect the committed changes.