Page MenuHomeFreeBSD

Fix AT_EXECPATH for direct exec mode.
ClosedPublic

Authored by kib on Dec 20 2019, 10:12 PM.
Tags
None
Referenced Files
F104820844: D22894.id66275.diff
Mon, Dec 9, 11:47 PM
Unknown Object (File)
Sat, Dec 7, 6:13 AM
Unknown Object (File)
Thu, Dec 5, 11:40 PM
Unknown Object (File)
Nov 6 2024, 5:13 AM
Unknown Object (File)
Nov 3 2024, 9:15 AM
Unknown Object (File)
Nov 3 2024, 9:15 AM
Unknown Object (File)
Nov 3 2024, 9:15 AM
Unknown Object (File)
Nov 3 2024, 9:15 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 28271

Event Timeline

libexec/rtld-elf/rtld.c
510

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.