CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/05/08 08:32:01
Modified files:
libexec/ld.so : library.c library_mquery.c loader.c
Log message:
Refuse to load ELF objects that contain a PT_TLS program header.
Otherwise the binary assumes that the requested TLS storage has been
allocated and will happily use it, resulting in unwanted memory corruption.
ok guenther@
