]> git.ipfire.org Git - thirdparty/glibc.git/commit
ldconfig: handle .dynstr located in separate segment (bug 25087)
authorAndreas Schwab <schwab@suse.de>
Wed, 9 Oct 2019 15:46:47 +0000 (17:46 +0200)
committerAndreas Schwab <schwab@suse.de>
Wed, 16 Oct 2019 13:54:44 +0000 (15:54 +0200)
commit58e8f5fd2ba47b6dc47fd4d0a35e4175c7c87aaa
treefa4ce3fca5be8422abccaf5af6c6d58a1af075d9
parente7c8ffe4ec059da1523c093d6a240cd87d154df2
ldconfig: handle .dynstr located in separate segment (bug 25087)

To determine the load offset of the DT_STRTAB section search for the
segment containing it, instead of using the load offset of the first
segment.
elf/readelflib.c