openwrt/package
Luiz Angelo Daros de Luca 5e3b21c916 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.

Backporting 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>
2019-08-17 17:23:17 +02:00
..
base-files base-files: Fix path check in get_mac_binary 2019-07-09 23:08:57 +02:00
boot
devel
firmware
kernel mac80211: brcm: improve brcmfmac debugging of firmware crashes 2019-07-28 16:21:04 +02:00
libs musl: ldso/dlsym: fix mips returning undef dlsym 2019-08-17 17:23:17 +02:00
network nftables: Fix compilation with uClibc-ng 2019-08-14 09:12:23 +02:00
system config: introduce separate CONFIG_SIGNATURE_CHECK option 2019-08-07 07:54:27 +02:00
utils xfsprogs: Replace valloc with posix_memalign 2019-08-14 09:12:52 +02:00
Makefile packages: apply usign padding workarounds to package indexes if needed 2019-08-07 07:23:51 +02:00