mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-10 05:03:06 +03:00
(do_sym): For RTLD_NEXT, pass MATCH for dl_lookup_symbol_x, not L.
This commit is contained in:
@@ -103,7 +103,7 @@ RTLD_NEXT used in code not dynamically loaded"));
|
|||||||
while (l->l_loader != NULL)
|
while (l->l_loader != NULL)
|
||||||
l = l->l_loader;
|
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);
|
vers, 0, 0, match);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user