mirror of git://git.musl-libc.org/musl
376b3c54bb
in theory non-absolute origins can only arise when either the main program is invoked by running ldso as a command (inherently non-suid) or when dlopen was called with a relative pathname containing at least one slash. such usage would be inherently insecure in an suid program anyway, so the old behavior here does not seem to have been insecure. harden against it anyway. |
||
---|---|---|
.. | ||
dlstart.c | ||
dynlink.c |