Page MenuHomeFreeBSD

Fix AT_EXECPATH for direct exec mode.
ClosedPublic

Authored by kib on Dec 20 2019, 10:12 PM.
Tags
None
Referenced Files
F136936236: D22894.id.diff
Thu, Nov 20, 6:05 PM
F136932868: D22894.id65889.diff
Thu, Nov 20, 5:44 PM
F136932774: D22894.id66275.diff
Thu, Nov 20, 5:43 PM
F136932458: D22894.id65874.diff
Thu, Nov 20, 5:41 PM
F136932441: D22894.id65891.diff
Thu, Nov 20, 5:41 PM
F136931405: D22894.diff
Thu, Nov 20, 5:33 PM
Unknown Object (File)
Thu, Nov 13, 5:48 PM
Unknown Object (File)
Tue, Oct 28, 12:54 PM
Subscribers

Details

Summary

The somewhat problematic case is when the executable path is relative and either $PATH use is not enabled or it contains '/' so $PATH search is not performed. In this case AT_EXECPATH is relative, I might fix this later.

Diff Detail

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

Event Timeline

libexec/rtld-elf/rtld.c
510 ↗(On Diff #65874)

Testing has shown that aux_info[AT_EXECPATH] is not guaranteed to be non-NULL

kib marked an inline comment as done.

Handle a case when AT_EXECPATH is not present in auxv.
Add XXX comments.

Remove pointless reassignment.

This revision is now accepted and ready to land.Jan 2 2020, 5:13 PM
This revision was automatically updated to reflect the committed changes.