openwrt/toolchain/musl/patches
Luiz Angelo Daros de Luca 0d0617ff14 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 

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2019-08-17 16:57:32 +02:00
..
020-mips-dlsym_donot_return_address_from_undef_sym.patch musl: ldso/dlsym: fix mips returning undef dlsym 2019-08-17 16:57:32 +02:00
100-add_glob_onlydir.patch musl: update to version 1.1.1 2014-05-21 14:09:58 +00:00
110-read_timezone_from_fs.patch toolchain/musl: update to version 1.1.21 2019-02-05 19:35:40 +01:00
200-add_libssp_nonshared.patch toolchain/musl: update to version 1.1.21 2019-02-05 19:35:40 +01:00
300-relative.patch toolchain/musl: update to version 1.1.20 2018-09-21 13:25:08 +02:00
400-Add-format-attribute-to-some-function-declarations.patch toolchain/musl: update to version 1.1.22 2019-04-23 13:29:04 +02:00
900-iconv_size_hack.patch toolchain/musl: update to version 1.1.20 2018-09-21 13:25:08 +02:00
901-crypt_size_hack.patch musl: improve crypt() size hack 2019-01-22 12:08:03 +01:00