Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145049486
D50184.id154913.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
449 B
Referenced Files
None
Subscribers
None
D50184.id154913.diff
View Options
diff --git a/libexec/rtld-elf/rtld.c b/libexec/rtld-elf/rtld.c
--- a/libexec/rtld-elf/rtld.c
+++ b/libexec/rtld-elf/rtld.c
@@ -4251,7 +4251,7 @@
phdr_info->dlpi_tls_modid = obj->tlsindex;
dtvp = &_tcb_get()->tcb_dtv;
phdr_info->dlpi_tls_data = (char *)tls_get_addr_slow(dtvp,
- obj->tlsindex, 0, true) + TLS_DTV_OFFSET;
+ obj->tlsindex, 0, true);
phdr_info->dlpi_adds = obj_loads;
phdr_info->dlpi_subs = obj_loads - obj_count;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 16, 10:11 AM (17 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28774878
Default Alt Text
D50184.id154913.diff (449 B)
Attached To
Mode
D50184: rtld-elf: Fix dl_iterate_phdr's dlpi_tls_data for PowerPC and RISC-V
Attached
Detach File
Event Timeline
Log In to Comment