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
F118912975: D10790.id.diff
Tue, Jun 3, 6:43 AM
Unknown Object (File)
Mon, Jun 2, 8:45 PM
Unknown Object (File)
Fri, May 30, 1:12 PM
Unknown Object (File)
Tue, May 27, 4:54 AM
Unknown Object (File)
Sun, May 25, 3:22 PM
Unknown Object (File)
Fri, May 23, 12:18 PM
Unknown Object (File)
Mon, May 19, 5:04 AM
Unknown Object (File)
Wed, May 14, 12:25 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.