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
F153771963: D10790.id28655.diff
Thu, Apr 23, 2:40 PM
Unknown Object (File)
Mon, Apr 20, 9:28 PM
Unknown Object (File)
Fri, Apr 17, 10:14 PM
Unknown Object (File)
Fri, Apr 17, 4:41 PM
Unknown Object (File)
Wed, Apr 15, 7:20 AM
Unknown Object (File)
Mon, Apr 6, 8:36 AM
Unknown Object (File)
Fri, Mar 27, 10:58 AM
Unknown Object (File)
Fri, Mar 27, 10:57 AM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 9432

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.