Page MenuHomeFreeBSD

For ld.so direct execution mode, implement -p option: search for relative binary in $PATH.
ClosedPublic

Authored by kib on May 18 2017, 10:00 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 7, 3:50 AM
Unknown Object (File)
Mon, Nov 3, 8:01 AM
Unknown Object (File)
Fri, Oct 31, 8:14 AM
Unknown Object (File)
Fri, Oct 31, 8:14 AM
Unknown Object (File)
Fri, Oct 31, 2:42 AM
Unknown Object (File)
Fri, Oct 31, 2:42 AM
Unknown Object (File)
Thu, Oct 30, 9:34 PM
Unknown Object (File)
Oct 13 2025, 7:32 AM
Subscribers

Diff Detail

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

Event Timeline

Only activate -p if binary name does not contain '/' at all, not only if the patch is absolute. This is how execp(3) works.

This revision was automatically updated to reflect the committed changes.