]> git.ipfire.org Git - thirdparty/systemd.git/commit
musl: build-path: fix reading DT_RUNPATH or DT_RPATH
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 6 Sep 2025 03:06:06 +0000 (12:06 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 12 Nov 2025 23:02:05 +0000 (08:02 +0900)
commit4b774c740ba35d16c8a32d66d8bd5747c03d0d1a
tree5eeaef5b317ffc33a3c9976f81df08bb99ca421b
parent3866923a6831a95a2aeca9b6f25694ec18440951
musl: build-path: fix reading DT_RUNPATH or DT_RPATH

musl records DT_STRTAB as offset, rather than address. So, need to add
obtained bias to read runpath or rpath.
src/basic/build-path.c