This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/16291] feature request: provide simpler ways to compute stack and tls boundaries


https://sourceware.org/bugzilla/show_bug.cgi?id=16291

--- Comment #16 from Kostya Serebryany <konstantin.s.serebryany at gmail dot com> ---
FTR: the new TLS implementation (with __signal_safe_memalign instead of
__libc_memalign) also causes a false positive with MemorySanitizer: 

1. Create a thread with dynamic tls, put garbage there
2. join the thread
3. Create a new thread, it will likely get the same dtls address. The shadow of
dtls is still poisoned and so we report a false positive.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]