diff options
author | Luiz Angelo Daros de Luca <luizluca@gmail.com> | 2019-08-16 01:33:58 -0300 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-08-17 17:13:51 +0200 |
commit | 3b34fcaf94d001084da166028669de3e1cfd793f (patch) | |
tree | 257e850dbb243c9fd74b40dc83bf2193e962c256 /config | |
parent | 686818810161078f9896607265551645f10bdb5b (diff) | |
download | upstream-3b34fcaf94d001084da166028669de3e1cfd793f.tar.gz upstream-3b34fcaf94d001084da166028669de3e1cfd793f.tar.bz2 upstream-3b34fcaf94d001084da166028669de3e1cfd793f.zip |
musl: ldso/dlsym: fix mips returning undef dlsym
This happens only the second time a library is loaded by dlopen().
After lib1 is loaded, dlsym(lib1,"undef1") correctly resolves the undef
symbol from lib1 dependencies. After the second library is loaded,
dlsym(lib2,"undef1") was returning the address of "undef1" in lib2
instead of searching lib2 dependencies.
Using upstream fix which now uses the same logic for relocation time
and dlsym.
Fixes openwrt/packages#9297
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
(cherry picked from commit 0d0617ff14b8b020896680de1f1a49c7ba8a5e0d)
Diffstat (limited to 'config')
0 files changed, 0 insertions, 0 deletions