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 nptl/10069] __pthread_init_static_tls (nptl/allocatestack.c) writes out of bounds of dtv array


------- Additional Comments From tom dot aernoudt at coware dot com  2009-04-16 08:54 -------

The memory corruption is caused because gcc uses the static model for code
compiled without -fPIC.

Isn't it possible to prevent that shared libraries that use a static tls model
are loaded?

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10069

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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