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)
Mon, Oct 13, 7:32 AM
Unknown Object (File)
Mon, Oct 6, 12:18 AM
Unknown Object (File)
Fri, Oct 3, 1:37 AM
Unknown Object (File)
Aug 24 2025, 5:05 AM
Unknown Object (File)
Aug 19 2025, 1:10 AM
Unknown Object (File)
Jul 7 2025, 4:41 AM
Unknown Object (File)
Jul 4 2025, 9:32 PM
Unknown Object (File)
Jul 4 2025, 5:31 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.