]> sourceware.org Git - glibc.git/commit
ld.so: Don't fill the DT_DEBUG entry in ld.so [BZ #28129]
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 2 Aug 2021 20:52:36 +0000 (13:52 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 6 Oct 2021 16:02:21 +0000 (09:02 -0700)
commit3234a31b489707f19ec6d4c9909af06f20ddb901
tree86b3e527cabd50fcf24644b07b225ea7d9b2d796
parent47252e4336d6d46e33fe8abe0c5b1d0f48c1db48
ld.so: Don't fill the DT_DEBUG entry in ld.so [BZ #28129]

Linker creates the DT_DEBUG entry only in executables.  Don't fill the
non-existent DT_DEBUG entry in ld.so with the run-time address of the
r_debug structure.  This fixes BZ #28129.
elf/rtld.c
This page took 0.042543 seconds and 5 git commands to generate.