mirror of https://gitee.com/Nocallback/glibc.git
Browse Source
DT_RUNPATH is only used to find the immediate dependencies of the executable or shared object containing the DT_RUNPATH entry. Update LD_AUDIT dlopen call to try the DT_RUNPATH entry of the executable. Add tst-audit14a, which is copied from tst-audit14, to DT_RUNPATH and build tst-audit14 with -Wl,--disable-new-dtags to test DT_RPATH. This partially fixes BZ #28455.siddhesh/realpath-and-getcwd
3 changed files with 24 additions and 3 deletions
@ -0,0 +1 @@ |
|||
#include "tst-audit14.c" |
|||
Loading…
Reference in new issue