CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 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@