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
F110655916: D10790.id28702.diff
Fri, Feb 21, 12:54 PM
F110651105: D10790.id28655.diff
Fri, Feb 21, 11:25 AM
Unknown Object (File)
Jan 19 2025, 9:11 PM
Unknown Object (File)
Jan 15 2025, 12:35 PM
Unknown Object (File)
Dec 11 2024, 7:43 PM
Unknown Object (File)
Nov 19 2024, 4:42 PM
Unknown Object (File)
Sep 17 2024, 3:12 PM
Unknown Object (File)
Sep 5 2024, 1:47 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.