From f8028afeaffd727bc335681491b25a6f8fe51f4d Mon Sep 17 00:00:00 2001 From: Mingxiang Lu Date: Sun, 29 Sep 2024 20:26:43 +0800 Subject: fix TLS memory leak with dlopen Signed-off-by: Mingxiang Lu Signed-off-by: Waldemar Brodkorb --- libpthread/nptl/sysdeps/i386/dl-tls.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libpthread/nptl/sysdeps/i386/dl-tls.h') diff --git a/libpthread/nptl/sysdeps/i386/dl-tls.h b/libpthread/nptl/sysdeps/i386/dl-tls.h index 32495c1e0..004082407 100644 --- a/libpthread/nptl/sysdeps/i386/dl-tls.h +++ b/libpthread/nptl/sysdeps/i386/dl-tls.h @@ -59,3 +59,6 @@ strong_alias (___tls_get_addr, ___tls_get_addr_internal) # endif #endif + +/* Value used for dtv entries for which the allocation is delayed. */ +#define TLS_DTV_UNALLOCATED ((void *) -1l) -- cgit v1.2.3