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)
Tue, May 19, 1:06 PM
Unknown Object (File)
Mon, May 18, 8:46 AM
Unknown Object (File)
Mon, May 18, 4:45 AM
Unknown Object (File)
Sun, May 17, 10:56 PM
Unknown Object (File)
Fri, May 15, 8:06 PM
Unknown Object (File)
Sat, Apr 25, 4:12 PM
Unknown Object (File)
Sat, Apr 25, 2:56 PM
Unknown Object (File)
Thu, Apr 23, 2:40 PM
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.