mirror of
git://git.musl-libc.org/musl
synced 2024-12-18 21:05:13 +00:00
f0b235c138
the rpath fixup code assumed any module's name field would contain at least one slash, an invariant which is usually met but not in the case of a main executable loaded from the current working directory by running ldd or ldso as a command. it would be possible to make this invariant always hold, but it has a higher runtime allocation cost and does not seem useful elsewhere, so just patch things up in fixup_rpath instead. |
||
---|---|---|
.. | ||
dlstart.c | ||
dynlink.c |