From: Ulrich Drepper Date: Sun, 26 Feb 2006 20:45:55 +0000 (+0000) Subject: (do_sym): For RTLD_NEXT, pass MATCH for dl_lookup_symbol_x, not L. X-Git-Tag: cvs/fedora-glibc-20060301T0647~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=74c5693b2e5475585ccaba8deadf8ca3b58a330a;p=thirdparty%2Fglibc.git (do_sym): For RTLD_NEXT, pass MATCH for dl_lookup_symbol_x, not L. --- diff --git a/elf/dl-sym.c b/elf/dl-sym.c index ca83daf21df..40df7f00783 100644 --- a/elf/dl-sym.c +++ b/elf/dl-sym.c @@ -103,7 +103,7 @@ RTLD_NEXT used in code not dynamically loaded")); while (l->l_loader != NULL) l = l->l_loader; - result = GLRO(dl_lookup_symbol_x) (name, l, &ref, l->l_local_scope, + result = GLRO(dl_lookup_symbol_x) (name, match, &ref, l->l_local_scope, vers, 0, 0, match); } else