aboutsummaryrefslogtreecommitdiffstats
path: root/main/libc0.9.32/STATUS
diff options
context:
space:
mode:
Diffstat (limited to 'main/libc0.9.32/STATUS')
-rw-r--r--main/libc0.9.32/STATUS18
1 files changed, 18 insertions, 0 deletions
diff --git a/main/libc0.9.32/STATUS b/main/libc0.9.32/STATUS
index c457f2fef0..155df167fb 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