diff options
author | Timo Teräs <timo.teras@iki.fi> | 2012-11-02 08:48:35 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2012-11-02 08:48:35 +0200 |
commit | 6954a3429933a6c8aa7110f5a11649ecf048d2c7 (patch) | |
tree | 61bf0d702517b22a40bc167eebcf0c62ecbe6af9 /main/libc0.9.32/STATUS | |
parent | b1638039e29283d0f0f1251f275f11fd904e8986 (diff) | |
download | aports-6954a3429933a6c8aa7110f5a11649ecf048d2c7.tar.bz2 aports-6954a3429933a6c8aa7110f5a11649ecf048d2c7.tar.xz |
main/libc0.9.32: dlsym(RTLD_NEXT) fix
Diffstat (limited to 'main/libc0.9.32/STATUS')
-rw-r--r-- | main/libc0.9.32/STATUS | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/main/libc0.9.32/STATUS b/main/libc0.9.32/STATUS index c457f2fef..155df167f 100644 --- a/main/libc0.9.32/STATUS +++ b/main/libc0.9.32/STATUS @@ -49,4 +49,22 @@ Needs to be upstreamed +uclibc-dlclose-fix.patch + Origin: Alpine + Author: Timo Teräs + + Fix dlclose() to not try to free static TLS symbols. This seems + to happen on x86_64 with certain .so's. They probably link against + TLS symbol defined in the main binary (or the loader has additional + bug on this). + + Needs to be upstreamed +uclibc-rtld_next-fix.patch + Origin: Alpine + Author: Timo Teräs + + Fix dlsym(RTLD_NEXT) lookups to search all linked-in modules + instead of just the first one of them. + + Needs to be upstreamed |