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, May 24, 5:49 PM
Unknown Object (File)
Sat, May 23, 11:21 PM
Unknown Object (File)
Sat, May 23, 6:51 PM
Unknown Object (File)
Wed, May 6, 11:01 AM
Unknown Object (File)
Wed, May 6, 7:54 AM
Unknown Object (File)
Tue, Apr 28, 1:56 PM
Unknown Object (File)
Mon, Apr 27, 5:43 PM
Unknown Object (File)
Mon, Apr 27, 3:25 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.