mirror of https://git.musl-libc.org/git/musl
Browse Source
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.master
1 changed files with 10 additions and 1 deletions
Loading…
Reference in new issue