Page MenuHomeFreeBSD

Fix AT_EXECPATH for direct exec mode.
ClosedPublic

Authored by kib on Dec 20 2019, 10:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jan 26, 2:54 PM
Unknown Object (File)
Sun, Jan 26, 4:23 AM
Unknown Object (File)
Mon, Jan 13, 9:06 AM
Unknown Object (File)
Dec 28 2024, 12:02 PM
Unknown Object (File)
Dec 26 2024, 10:11 PM
Unknown Object (File)
Dec 26 2024, 9:22 PM
Unknown Object (File)
Dec 26 2024, 8:37 PM
Unknown Object (File)
Dec 18 2024, 6:58 AM
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.