Page MenuHomeFreeBSD

D33349.diff
No OneTemporary

D33349.diff

diff --git a/libexec/rtld-elf/amd64/reloc.c b/libexec/rtld-elf/amd64/reloc.c
--- a/libexec/rtld-elf/amd64/reloc.c
+++ b/libexec/rtld-elf/amd64/reloc.c
@@ -530,7 +530,7 @@
*/
tls_static_space = tls_last_offset + RTLD_STATIC_TLS_EXTRA;
- addr = allocate_tls(objs, 0, 3 * sizeof(Elf_Addr), sizeof(Elf_Addr));
+ addr = allocate_tls(objs, 0, 3 * sizeof(Elf_Addr), 16);
if (__getosreldate() >= P_OSREL_WRFSBASE &&
(cpu_stdext_feature & CPUID_STDEXT_FSGSBASE) != 0)
wrfsbase((uintptr_t)addr);

File Metadata

Mime Type
text/plain
Expires
Tue, Nov 19, 11:54 AM (20 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14716032
Default Alt Text
D33349.diff (505 B)

Event Timeline