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)
Sun, Jan 19, 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
Unknown Object (File)
Sep 2 2024, 3:21 PM
Unknown Object (File)
Sep 1 2024, 9:56 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.