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 dynamic-link/13862] Reuse of cached stack can cause bounds overrun of thread DTV


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

--- Comment #15 from David Abdurachmanov <david.abdurachmanov at gmail dot com> ---
Just to make sure. dlopen() and pthread_create() is still not thread-safe and
issue might happen in heavy threading environment?

I had a case where just expanded DVT was already too small. More threads in
parallel dlopen'ing DSOs with TLS segments, while others being created.

-- 
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]