mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 00:10:10 +00:00
(do_sym): For RTLD_NEXT, pass MATCH for dl_lookup_symbol_x, not L.
This commit is contained in:
parent
1d62ae8a22
commit
74c5693b2e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user